can you share the code for object detection?
OyamingO opened this issue · 1 comments
OyamingO commented
can you share the code for object detection?
alexandrosstergiou commented
Hi @OyamingO ,
The current repository is only meant for hosting the code for adaPool. For object detection, you use:
- this implementation for RetinaNet
- and this implementation for Mask-RCNN
and adapt the corresponding models with ada(Un)Pool layers.