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

A PyTorch implementation of Faster R-CNN

Results 6 faster-rcnn-pytorch issues
Sort by recently updated
recently updated
newest added

I saw that in your ipynb file, you have import _C. May I know what it is? I am ready familiar with it

Hello, thank you for this project! Right now I want to train this network with 2 channel image, but in the code, I saw it just accept 1 or 3...

How do I change the config to start training at multiple scales? The min image size parameter in the config does not accept multiple values and throws error when training...

I have tried to resume training on a checkpoint that was created by jwyang's repository using -r flag. The checkpoint was trained for 50 epochs and now I want to...

I am trying to run detection from a model that I trained with jwyang's repository but now I need to run it on CPU which that respo does not provide....

Hello, I modified the roi_pool_kernel.cu and made it accept 3D input, but I'm not very familiar with the cuda code, can anyone helps me to check if I made some...