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

A faster pytorch implementation of faster r-cnn

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

I have a dataset containing 846 images but when start training I am getting there are 1692 images. I have the dataset in PASCAL_VOC format. The JPEGImages folder contains 846...

To anyone who managed to compile this repo and train on custom datasets, can you please tell me the details to get it working? i.e. folder location, step by step...

How many categories of objects can faster rcnn model detect?

I download VGG-16 model and use this model in demo.py. It returns multiple boxes in each image, however it doesn't output the visual features of these boxes. How to modify...

Hi, I would like to know how to extract rpn weight only? Thanks.

When i trained with pretrained res101 for pascal voc 2007, there is no problem. I could get mAP like yours result's for test data. However, when i try to train...

Traceback (most recent call last): File "F:/faster-rcnn.pytorch-master/demo.py", line 27, in from roi_data_layer.roidb import combined_roidb File "F:\faster-rcnn.pytorch-master\lib\roi_data_layer\roidb.py", line 12, in from datasets.factory import get_imdb File "F:\faster-rcnn.pytorch-master\lib\datasets\factory.py", line 14, in from datasets.pascal_voc...

I trained a model by trainval_net script. when I run the demo script, I get a RuntimeError: load checkpoint /home/trais_user/pipeline/algorithms/faster-rcnn.pytorch/models//vgg16/pascal_voc/faster_rcnn_1_200_47.pth Traceback (most recent call last): File "demo.py", line 195, in...

when I run trainval_net.py,the error comes up like this: from model import _C ImportError: cannot import name '_C' from 'model' (D:\1cnn\faster-rcnn.pytorch\lib\model\__init__.py) It has been confusing me for a long time.save...