issues
search
ruoqianguo
/
cascade-rcnn_Pytorch
An implementation of Cascade R-CNN: Delving into High Quality Object Detection.
MIT License
436
stars
107
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
can't find model.utils.cython_bbox
#52
ccjchun
opened
3 years ago
3
Traceback (most recent call last): File "trainval_net.py", line 263, in <module> im_data = im_data.cuda() File "/root/miniconda3/lib/python3.6/site-packages/torch/_utils.py", line 66, in _cuda return new_type(self.size()).copy_(self, async) File "/root/miniconda3/lib/python3.6/site-packages/torch/cuda/__init__.py", line 266, in _lazy_new _lazy_init() File "/root/miniconda3/lib/python3.6/site-packages/torch/cuda/__init__.py", line 85, in _lazy_init torch._C._cuda_init() RuntimeError: cuda runtime error (38) : no CUDA-capable device is detected at /opt/conda/conda-bld/pytorch_1511286954179/work/torch/lib/THC/THCGeneral.c:70
#51
aiyodiulehuner
opened
3 years ago
0
RuntimeError: The size of tensor a (900) must match the size of tensor b (300) at non-singleton dimension 1
#50
weixiangzhan
opened
4 years ago
0
[solution of errors]'the dim of decoded rois' and'illegal memory acecess'
#49
Jacky-gsq
opened
4 years ago
0
torch version problem
#48
EillotY
opened
4 years ago
2
Has anyone successfully run this program
#47
luckyxianxian
opened
5 years ago
3
sh make.sh error
#46
Damon2019
opened
5 years ago
0
IndexError: Indexing a Tensor with a torch.cuda.LongTensor triggers index_select semantics, and thus we expect a vector, but the indexing Tensor passed has 0 dimensions
#45
Lydaidai
opened
5 years ago
0
Does anyone try this code on COCO dataset?
#44
distillation-dcf
opened
5 years ago
1
ImportError: torch.utils.ffi is deprecated. Please use cpp extensions instead.
#43
17320266033
opened
5 years ago
4
KeyError: 'boxes'
#42
deyiwang89
opened
5 years ago
2
sh make.sh error
#41
Tuyota
opened
5 years ago
2
Do the three stages of Cascade RCNN share the same set of parameters?
#40
JoyHuYY1412
opened
5 years ago
0
rpn_box: 0.0000
#39
luyaozhi
opened
5 years ago
1
段错误(吐核)
#38
wddwzwhhxx
opened
5 years ago
0
Can you share your trained model in other cloud storage, like baiduyun? Thanks
#37
lyatdawn
opened
5 years ago
0
how to speed up training process
#36
wyxhahaha
opened
5 years ago
1
Seems like a big problem
#35
SunAnLan
closed
5 years ago
1
None
#34
SunAnLan
closed
5 years ago
0
here is a bug. it should not be sum_fg[i] but min(num_fg, sum_fg[i])
#33
SunAnLan
opened
5 years ago
0
bbox regression normalization
#32
foralliance
opened
5 years ago
0
about proposal_target_layer
#31
foralliance
opened
5 years ago
0
about proposal_target_layer
#30
foralliance
opened
5 years ago
1
voc_2007_test_gt_roidb.pkl is empty and pickle got EOFError
#29
SunAnLan
closed
5 years ago
1
sh make.sh error
#28
he010103
opened
5 years ago
2
Runtime Error
#27
Karthik-Suresh93
closed
5 years ago
0
Incorporating Mutli-scale training and testing
#26
Karthik-Suresh93
closed
5 years ago
0
how to train res101_fpn_cascade rcnn?
#25
guanbin1994
closed
5 years ago
0
RuntimeError: cuda runtime error (2) : out of memory at /pytorch/torch/lib/THC/generic/THCStorage.cu:58
#24
BruceLee0718
closed
5 years ago
3
While copying the parameter named RCNN_top.0.weight, whose dimensions in the model are torch.Size([1024, 256, 7, 7]) and whose dimensions in the checkpoint are torch.Size([1024, 256, 14, 14]).
#23
lymoon3129
opened
6 years ago
0
Multiple GPU fail if not set CUDA_VISIBLE_DEVICES
#22
hopeisme
closed
2 years ago
0
ValueError: operands could not be broadcast together with shapes (1216,800,4) (1,1,3) (1216,800,4)
#21
yuyijie1995
opened
6 years ago
1
The result of cascade detnet59 ?
#20
yanxp
closed
6 years ago
0
If vis ==True in test_net.py , it shows errors.
#19
Bonsen
closed
6 years ago
0
where is val loss?
#18
Bonsen
closed
6 years ago
0
My image size is 768x768, what I need to set in config?
#17
Bonsen
closed
5 years ago
0
IndexError: list index out of range
#16
Bonsen
closed
6 years ago
0
RSNA数据集
#15
0xTechSavvy
closed
5 years ago
2
roi_align bug in fpn.py
#14
0xTechSavvy
closed
5 years ago
3
problems with loading detnet59.pth
#13
KorovkoAlexander
closed
6 years ago
1
This project doesn't support Pytorch 0.4.0 +,
#12
sheldon606
closed
6 years ago
1
from model.faster_rcnn.faster_rcnn_cascade import _fasterRCNN
#11
sheldon606
closed
5 years ago
2
cudaCheckError() failed : an illegal memory access was encountered
#10
KevinQian97
opened
6 years ago
12
How to predict the image
#9
yuyijie1995
closed
5 years ago
2
RuntimeError: invalid argument 2: Input tensor must have same size as output tensor apart from the specified dimension at /opt/conda/conda-
#8
KevinQian97
closed
5 years ago
2
RuntimeError: reciprocal is not implemented for type torch.cuda.LongTensor
#7
huiyang865
closed
6 years ago
1
is the dim of rois wrong?
#6
ghost
closed
6 years ago
1
How to use multi-GPUs?
#5
Allenwutao
closed
6 years ago
3
return nll_loss Error
#4
yuyijie1995
closed
6 years ago
1
numpy edition problem
#3
yuyijie1995
closed
6 years ago
3
Next