faster_rcnn_pytorch
faster_rcnn_pytorch copied to clipboard
Faster RCNN with PyTorch
gcc: error: /xx/faster_rcnn_pytorch/faster_rcnn/roi_pooling/src/cuda/roi_pooling.cu.o: No such file or directory when run ./make.sh in the path /faster_rcnn_pytorch/faster_rcnn.
Traceback (most recent call last): File "train.py", line 154, in loss.backward() File "/usr/local/lib/python3.5/dist-packages/torch/autograd/variable.py", line 152, in backward torch.autograd.backward(self, gradient, retain_graph, create_graph, retain_variables) File "/usr/local/lib/python3.5/dist-packages/torch/autograd/__init__.py", line 98, in backward variables, grad_variables,...
I just run: jcc@jcc:/ground/faster_rcnn_pytorch$ sudo docker pull alband/crayon [sudo] password for jcc: latest: Pulling from alband/crayon 96a1ef3ccac0: Already exists 2415c9cbee29: Already exists 285141620f12: Already exists cdc8a9d219b0: Already exists c6fe6b5c116d: Already...
Hi, my computer non support cuda. I want run demo only cpu. I see this error, when run demo.py: cannot import name 'cython_nms'
Hi, I have prepared my setup on my laptop with cuda 8. now I want to migrate it to system with cuda 9. I need guidance about the dependency. Is...
In the file: bbox_transform.py, you only set bbox_inside_weights=1 to the positive anchors. Why used the bbox_inside_weights and bbox_outside_weights? The original paper did not mention them. And, because of bbox_inside_weights, it...
I am trying to train a model on my custom dataset (formatted like Pascal VOC). The model is training for several iterations and then this error occurs. ``` im_size: (97.0,...
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DWITH_CUDA -I/usr/local/lib/python3.5/dist-packages/torch/utils/ffi/../../lib/include -I/usr/local/lib/python3.5/dist-packages/torch/utils/ffi/../../lib/include/TH -I/usr/local/lib/python3.5/dist-packages/torch/utils/ffi/../../lib/include/THC -I/usr/include/python3.5m -c _roi_pooling.c -o ./_roi_pooling.o In file included from /usr/local/lib/python3.5/dist-packages/torch/utils/ffi/../../lib/include/THC/THC.h:4:0, from...
Hi, I am sure that I installed Cuda-8.0 with CUDNN 7 but every time I tried: sudo make, it shows some errors. When I tried "nvcc --version", it can show...
Hi, When i run demp.py, i got this: > RuntimeError: cuda runtime error (30) : unknown error at /opt/conda/conda-bld/pytorch_1501972792122/work/pytorch-0.1.12/torch/lib/THC/generic/THCStorage.cu:66 I got CUDA 8 and cudnn V7. My GPU is GTX960M....