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

pytorch based implementation faster rcnn

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

I tried to use VOC dataset, so i have modified the dataloader and the evaluation code with some parts of mmedetction. However, i got really pool result (mAP is about...

Hi,it is very great of you to do the contribution,but I want to run the code on the **Nvidia 3090**,how to modify the code?Thanks too much if you can help...

ERROR: Invalid requirement: u'torch~=1.5.1+cu101' (from line 1 of requirements.txt) ERROR: Invalid requirement: u'torchvision~=0.6.1+cu101' (from line 5 of requirements.txt) What should I do?

![image](https://user-images.githubusercontent.com/66988482/98879035-8265df80-24bf-11eb-9084-5ad97432eaad.png)

![image](https://user-images.githubusercontent.com/66988482/98833869-85d67800-2479-11eb-9b60-f396d65300cb.png)

when I run a command which Train with mobilenet, I got information like this: Epoch: [0] [ 2950/19715] eta: 1:36:08.972184 loss_rpn_box_reg: 0.8739 (1.0911) lr: 0.005000 loss: 1.6920 (2.0218) loss_classifier: 0.3552...

i find that the COCODevkit dataset is too large for me, and i need to finish the training as soon as possible. i tried to changed dataset i need to...

![image](https://github.com/AlphaJia/pytorch-faster-rcnn/assets/161726011/115eb077-d5a4-46c1-98ae-31af8ebc3606) Hi , i followed the instructions of README.md, prepared the packages and the dataset, and change some paramenters in train_config.py. All in done. However,when i started to run train.py,...

How does faster rcnn calculate ap per class? Thank you very much!