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

pytorch1.0 updated. Support cpu test and demo. (Use detectron2, it's a masterpiece)

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

Dear @ruotianluo, Thank you for your work. I have a general question. In the **VOC** and **COCO** datasets there are some classes (_e.g._, 20 or 80 classes (person, car, horse,...

My training loss has been oscillating and does not converge. All parameters are default. My training command is : ./experiments/scripts/train_faster_rcnn_notime.sh 1 pascal_voc vgg16

Hi, is it possible use this project having CUDA 9.0? Because I've just tried but I have this error when I run: `./experiments/scripts/train_faster_rcnn.sh 0 pascal_voc vgg16` and maybe it's a...

Traceback (most recent call last): File "/home/yang/pytorch-faster-rcnn/tools/convert_from_tensorflow_vgg.py", line 2, in import torch File "/usr/local/lib/python2.7/dist-packages/torch/__init__.py", line 53, in from torch._C import * ImportError: dlopen: cannot load any more object with static...

MY computer just freezes and then restarts by itself when i use this to train on my dataset. Can anyone guess how this could occur. I compilde all the files...

Eecuse me if anyone get this problem like this,can you tell me how to solve this problem please. x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g...

Hi, I downloaded and run the code on nVidia Tesla P100. I set the -arch flag to sm_60 and successfully trained and tested the model with GPUS on COCO 2014...

![image](https://user-images.githubusercontent.com/8035537/31926759-24511e3e-b8c3-11e7-82ab-abad35cb781b.png) This occur when I run ./experiments/scripts/train_faster_rcnn.sh 1 coco res101 With env TITAN X (Pascal) , Ubuntu 16.04.1

I'm running into a strange error. During training (after several thousand iterations), my training script crashes with the error ```bash libprotobuf FATAL google/protobuf/wire_format.cc:830] CHECK failed: (output->ByteCount()) == (expected_endpoint): : Protocol...

I want to run the build scripts from within a docker container. I use nvidia-docker but the nvidia devices are not available during build by design. All the cuda libraries...