faster-rcnn.pytorch
faster-rcnn.pytorch copied to clipboard
A faster pytorch implementation of faster r-cnn
running build_ext cythoning model/utils/bbox.pyx to model/utils/bbox.c /usr/local/lib/python3.6/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /content/MetaR-CNN/lib/model/utils/bbox.pyx tree = Parsing.p_module(s,...
Hi, Has anyone use this repo successfully using PyTorch 0.4.0 with torchvision 0.2.0 in Google Colab? I am facing this issue:  I have also posted [here](https://github.com/jwyang/faster-rcnn.pytorch/issues/724), awaiting for any...
How to add background as the training data? The background image is no goals. @jnhwkim @temerick
1.Linux Ubuntu 18.04 gcc/g++ 7.4.0 pytorch 1.3.1 python 3.7 cuda 10.1 2.Issue description When I try `- CUDA_VISIBLE_DEVICES=0 python trainval_net.py --dataset pascal_voc --net vgg16 --bs=4 --nw=1 --cuda` It shows `...
i have read the same problem and knew that this problem is caused by compile .However i dont know how to solve this problem..could someone tell me how to compile...
I use google colaboratory to run the code. When I run train.py script I get this error: ImportError: /content/faster-rcnn.pytorch/lib/model/roi_crop/_ext/roi_crop/_roi_crop.so: undefined symbol: __cudaPopCallConfiguration I usu pytorch 0.4.0 What could be the...
I was finetuning my dataset with ResNet101. Testing works fine with the pre-trained weights, but when I start training, it gives the following error: Preparing training data... Extracting image sizes......
File "/home/shaoyidu/Program/LH/faster-rcnn.pytorch/lib/datasets/imdb.py", line 118, in append_flipped_images boxes = self.roidb[i]['boxes'].copy() File "/home/shaoyidu/Program/LH/faster-rcnn.pytorch/lib/datasets/imdb.py", line 76, in roidb self._roidb = self.roidb_handler() File "/home/shaoyidu/Program/LH/faster-rcnn.pytorch/lib/datasets/pascal_voc.py", line 137, in gt_roidb for index in self.image_index] File "/home/shaoyidu/Program/LH/faster-rcnn.pytorch/lib/datasets/pascal_voc.py",...
I use pytorch-1.0 and python3.6.7,and build under conda.the process of building did't show error.but,when start to train trainval.net,it shows the following error: File "trainval_net.py", line 27, in from roi_data_layer.roidb import...
When I run test_net.py in win10, the error happened. Writing train VOC results file Writing tvmonitor VOC results file VOC07 metric? Yes Traceback (most recent call last): File "test_net.py", line...