ruoqianguo/cascade-rcnn_Pytorch
An implementation of Cascade R-CNN: Delving into High Quality Object Detection.
PythonMIT
Issues
- 3
can't find model.utils.cython_bbox
#52 opened by ccjchun - 0
- 12
- 0
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 opened by aiyodiulehuner - 0
RuntimeError: The size of tensor a (900) must match the size of tensor b (300) at non-singleton dimension 1
#50 opened by weixiangzhan - 1
how to speed up training process
#36 opened by wyxhahaha - 3
Has anyone successfully run this program
#47 opened by luckyxianxian - 4
ImportError: torch.utils.ffi is deprecated. Please use cpp extensions instead.
#43 opened by 17320266033 - 0
- 2
torch version problem
#48 opened by EillotY - 1
- 1
rpn_box: 0.0000
#39 opened by luyaozhi - 1
ValueError: operands could not be broadcast together with shapes (1216,800,4) (1,1,3) (1216,800,4)
#21 opened by yuyijie1995 - 0
sh make.sh error
#46 opened by Damon2019 - 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 opened by Lydaidai - 2
KeyError: 'boxes'
#42 opened by deyiwang89 - 2
sh make.sh error
#41 opened by Tuyota - 0
- 0
段错误(吐核)
#38 opened by wddwzwhhxx - 1
return nll_loss Error
#4 opened by yuyijie1995 - 0
Can you share your trained model in other cloud storage, like baiduyun? Thanks
#37 opened by lyatdawn - 3
RuntimeError: cuda runtime error (2) : out of memory at /pytorch/torch/lib/THC/generic/THCStorage.cu:58
#24 opened by BruceLee0718 - 2
RuntimeError: invalid argument 2: Input tensor must have same size as output tensor apart from the specified dimension at /opt/conda/conda-
#8 opened by KevinQian97 - 1
Seems like a big problem
#35 opened by SunAnLan - 1
about proposal_target_layer
#30 opened by foralliance - 0
- 0
- 0
about proposal_target_layer
#31 opened by foralliance - 0
- 0
how to train res101_fpn_cascade rcnn?
#25 opened by guanbin1994 - 2
sh make.sh error
#28 opened by he010103 - 0
- 2
RSNA数据集
#15 opened by 0xTechSavvy - 3
roi_align bug in fpn.py
#14 opened by 0xTechSavvy - 2
- 2
How to predict the image
#9 opened by yuyijie1995 - 0
bbox regression normalization
#32 opened by foralliance - 1
- 0
Runtime Error
#27 opened by Karthik-Suresh93 - 0
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 opened by lymoon3129 - 0
The result of cascade detnet59 ?
#20 opened by yanxp - 0
where is val loss?
#18 opened by Bonsen - 0
If vis ==True in test_net.py , it shows errors.
#19 opened by Bonsen - 0
IndexError: list index out of range
#16 opened by Bonsen - 1
problems with loading detnet59.pth
#13 opened by KorovkoAlexander - 1
This project doesn't support Pytorch 0.4.0 +,
#12 opened by sheldon606 - 1
- 3
How to use multi-GPUs?
#5 opened by Allenwutao - 3
numpy edition problem
#3 opened by yuyijie1995 - 1
is the dim of rois wrong?
#6 opened