![]() |
darknet
v3
|


Go to the source code of this file.
Functions | |
| layer | make_iseg_layer (int batch, int w, int h, int classes, int ids) |
| void | forward_iseg_layer (const layer l, network net) |
| void | backward_iseg_layer (const layer l, network net) |
| void | resize_iseg_layer (layer *l, int w, int h) |
| int | iseg_num_detections (layer l, float thresh) |
Definition at line 195 of file iseg_layer.c.
Definition at line 78 of file iseg_layer.c.
| int iseg_num_detections | ( | layer | l, |
| float | thresh | ||
| ) |
| layer make_iseg_layer | ( | int | batch, |
| int | w, | ||
| int | h, | ||
| int | classes, | ||
| int | ids | ||
| ) |
Definition at line 13 of file iseg_layer.c.
| void resize_iseg_layer | ( | layer * | l, |
| int | w, | ||
| int | h | ||
| ) |
Definition at line 58 of file iseg_layer.c.
1.8.13