mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Expose YOLODLL_API layer* get_network_layer(network* net, int i);
This commit is contained in:
@ -493,6 +493,11 @@ image get_network_image_layer(network net, int i)
|
||||
return def;
|
||||
}
|
||||
|
||||
layer* get_network_layer(network* net, int i)
|
||||
{
|
||||
return net->layers + i;
|
||||
}
|
||||
|
||||
image get_network_image(network net)
|
||||
{
|
||||
int i;
|
||||
|
Reference in New Issue
Block a user