Based on pytorch-faster-rcnn
- Deleted all training scripts
- Wrote a new script for extracting all boxes from each image in a given folder
- Compiled for CPUs (exclude all CUDA implementations). The original build files for CPU version are wrong, we corrected them.
- Wrote a
.shscript. Tried to be user-friendly. - The C-implemented layers are already compiled. Should work out-of-the-box.
Trained models can be downloaded from the RELEASE page of faster-RCNN-gpu
This is a CPU implementation for platforms without CUDA support. The run.py inside tools folder has the same usage as the GPU version