-
Hello,
How can I get coordinate information (x, y) of detected object(s)?
How can I train the Yolo2 for my own desired objects?
-
Thanks for making this code available. I am trying to train & test ResNet-50 (without OHEM). Here are the issues I have found in the docs:
- Have to run `make` in `$FRCN_ROOT/lib/` folder for `cython…
-
hi
how i can fine tuning the model?
thanks
-
Thanks for this great work.
A question here, as in faster rcnn work itself and its implementation in ResNet paper, 'RPN' layer is inserted right after Res4X, but in your implementation, you insert i…