py-faster-rcnn icon indicating copy to clipboard operation
py-faster-rcnn copied to clipboard

Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version

Results 105 py-faster-rcnn issues
Sort by recently updated
recently updated
newest added

Why I cannot build the Cython modules, just like the following. Thank you. Last login: Tue Mar 13 02:27:27 on ttys000 shandeMacBook-Air:~ shan$ /Users/shan/FRCN/lib -bash: /Users/shan/FRCN/lib: is a directory shandeMacBook-Air:~...

![1](https://github.com/rbgirshick/py-faster-rcnn/assets/140867739/25a1b639-25cb-494c-810a-8849869b8fb6) ![2](https://github.com/rbgirshick/py-faster-rcnn/assets/140867739/a5160652-8ecc-41a2-9237-f6d1944cd727) ![3](https://github.com/rbgirshick/py-faster-rcnn/assets/140867739/04ea10fb-acda-489c-8476-264087ab3f05) ![4](https://github.com/rbgirshick/py-faster-rcnn/assets/140867739/38e4810b-1307-4d5f-81a3-7b498955e8ce) ![5](https://github.com/rbgirshick/py-faster-rcnn/assets/140867739/67b19014-bb31-4159-9b54-beef0ba3f3ba) ![6](https://github.com/rbgirshick/py-faster-rcnn/assets/140867739/1cc67695-dd1c-44be-9b3e-c91eaa9efb08) ![7](https://github.com/rbgirshick/py-faster-rcnn/assets/140867739/77833ea9-93bc-4b8b-bfa2-481aeaf95287) ![8](https://github.com/rbgirshick/py-faster-rcnn/assets/140867739/a93e5c0b-b1fe-4731-a7e2-f8d7a211678f) Under certain circumstances, certain objects may not be identifiable or may be misidentified as other objects.

hi in the 3.3 section : > On the re-scaled images, the total stride for both ZF and VGG nets on the last convolutional layer is 16 pixels, and thus...

I read the faster r-cnn paper and i confused about region proposal section(3.1). now i dont know sibling layer in the RPN are fully connected layers or 1x1 convolutional layers?...