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

Hello @jwyang , I met a problem with my custom dataset with only one class. I have modified the pascal_voc.py and voc_eval.py and factory.py to my dataset. And during the...

Hi All, got a Runtime error while training on the Open Images dataset after around 9000 iterations in the first epoch. issue in: https://github.com/jwyang/faster-rcnn.pytorch/blob/358cecacf876717ff13988dc6396de10e265279c/lib/roi_data_layer/roibatchLoader.py#L177 `File "/home/munzueta/Kaggle/ObjectDetection2019/faster-rcnn.pytorch/lib/roi_data_layer/roibatchLoader.py", line 177, in __getitem__...

Similar to #671 I am getting all zeros for test results, but there is no answer as to why in that post. Like this previous post, it seems as though...

It always happens at the beginning of training,then returns to normal,then abnormal,and so on,SGD algorithm does not have this problem. backbone:Res-101 dataset:VOC2007 WARNING:root:NaN or Inf found in input tensor. WARNING:root:NaN...

1 error detected in the compilation of "C:/Users/VitaminE/AppData/Local/Temp/tmpxft_000043ec_00000000-10_nms.cpp1.ii". error: command 'C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v10.1\\bin\\nvcc.exe' failed with exit status 1

Functions from scipy.interpolate (spleval, spline, splmake, and spltopp) and functions from scipy.misc (bytescale, fromimage, imfilter, imread, imresize, imrotate, imsave, imshow, toimage) have been removed. The former set has been deprecated...

请问nms.nms_cuda()这个函数在哪定义了,我没有找到

Do you know how to get the pre-training model ResNet50-caffe or ResNet 56-caffe ?

I still have this problem. my project version: ``` commit 0a1a74b16a6712a11570ad06c0378584fe2095f2 Merge: 7589307 96a4037 Author: Jianwei Yang Date: Thu May 9 12:39:35 2019 -0400 Merge pull request #544 from kentaroy47/pytorch-1.0...

ROI Crop is meaning ROI Wrap right?