djongpo

Results 3 comments of djongpo

I also encountered the same problem when I installed **cupy 5.1.0** and **pytorch 1.0.1** in the environment pytorch-extensions and then tried to run the command `python example.py`. I think there...

@praisethemoon Actually I have only gone-through the code. I believe the line `python train_rpn.py --network mobilenetv1 -o simple -p /path/to/your/dataset/` given in `README.md` is training the RPN module on my...

Hey, @kentaroy47 @GauravKrRoy I wrote a separate code, where I load the saved trained model and predict the region proposals from that. Here is the code: ```from __future__ import division...