easy-faster-rcnn.pytorch
easy-faster-rcnn.pytorch copied to clipboard
An easy implementation of Faster R-CNN (https://arxiv.org/pdf/1506.01497.pdf) in PyTorch.
Hi guys, Has any of you faced the issue of batch size mismatch when the input images have different sizes, or different number of bboxes/labels when the batch size is...
By any chance, do you have the checkpoints for resnet50 or resnet18? I'm using the inference part of the script because my GPU isn't strong enough for training it. It...
hello I have saved 'inputdata' to '/home/harin/harin/easy-faster-rcnn.pytorch-master/data/VOCdevkit/VOC2007/JPEGImages'. There are no errors. are you okay? Help me please,, /home/harin/anaconda3/envs/pytorch_easy_faster_R_CNN/bin/python /home/harin/harin/easy-faster-rcnn.pytorch-master/infer.py Arguments: dataset = voc2007 backbone = resnet101 checkpoint = /home/harin/harin/easy-faster-rcnn.pytorch-master/outputs/checkpoints-20211103214119-voc2007-resnet101-5eb3026a/model-90000.pth probability_threshold...
Hi potterhsu. I'm studying deep learning detection with your code. It helps a lot. really thank you I'm trying to train with custom data and to insert some 'spatial transform...
g++: error: /home/hit/shux_workspace/codes/easy-faster-rcnn.pytorch/build/temp.linux-x86_64-3.6/home/hit/shux_workspace/codes/easy-faster-rcnn.pytorch/support/src/cuda/nms.o: No such file or directory g++: error: /home/hit/shux_workspace/codes/easy-faster-rcnn.pytorch/build/temp.linux-x86_64-3.6/home/hit/shux_workspace/codes/easy-faster-rcnn.pytorch/support/src/cuda/ROIAlign_cuda.o: No such file or directory What problem of this?
I get a lot of error while compiling... can anyone help? I have torch = 1.0 python 3.6 gcc = 9.3 still not working
https://www.mediafire.com/file/ehhg3r2hxe8yb8j/faster_rcnn.tar.xz 1. fixed warning in pytorch 2. install_data.sh will prepare all package install and cpp build 3. python3 ./train.py --dataset voc2007 --backbone resnet101 --cuda True 4. python3 ./train.py --dataset voc2007...
Hello! Excuse me, what's the problem with this situation? How to solve it! thank you size mismatch for detection._proposal_class.weight: copying a param with shape torch.Size([21, 2048]) from checkpoint, the shape...
Hi, I'm using the pretrained model on coco2017 with resnet-101 backbone for inference, but sometimes I come across a strange CUDA error: `Traceback (most recent call last): File "C:\Users\Simone\anaconda3\envs\phd\lib\threading.py", line...
I have some problems when compiling under windows,I intercepted the wrong part,Does compiling under windows need to modify the system files?My configuration is cuda10.1+pytorch1.2+VS2015 E:/anaconda/envs/pytorch/lib/site-packages/torch/include\THC/generic/THCTensor.h(128): warning C4190: “THCudaBFloat16Tensor_get4d”有指定的 C 链接,但返回了与...