issues
search
zjhuang22
/
maskscoring_rcnn
Codes for paper "Mask Scoring R-CNN".
MIT License
1.9k
stars
378
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Traceback (most recent call last): File "/data/zzx4985/CLIPREID/CLIP-ReID-master/train.py", line 37, in <module> cfg.merge_from_file(args.config_file) File "/home/gpu/anaconda3/envs/CLIPREID/lib/python3.8/site-packages/yacs/config.py", line 213, in merge_from_file self.merge_from_other_cfg(cfg) File "/home/gpu/anaconda3/envs/CLIPREID/lib/python3.8/site-packages/yacs/config.py", line 217, in merge_from_other_cfg _merge_a_into_b(cfg_other, self, self, []) File "/home/gpu/anaconda3/envs/CLIPREID/lib/python3.8/site-packages/yacs/config.py", line 478, in _merge_a_into_b _merge_a_into_b(v, b[k], root, key_list + [k]) File "/home/gpu/anaconda3/envs/CLIPREID/lib/python3.8/site-packages/yacs/config.py", line 491, in _merge_a_into_b raise KeyError("Non-existent config key: {}".format(full_key)) KeyError: 'Non-existent config key: DATASETS.OUTPUT_DIR'
#118
zzx4985
opened
2 months ago
0
请问下该网络训练时的损失函数是怎样的呢?
#117
yy1443221758
opened
8 months ago
0
loss函数为nan
#116
xiaotiancai899
opened
2 years ago
4
KeyError: 'content-length'
#115
xiaotiancai899
opened
2 years ago
0
如何在Windows上安装 How to install on Windows?
#114
shengrihui
opened
2 years ago
0
how to edit the setup.py to make it can work on windows
#113
AmireuxSt
opened
2 years ago
1
'Non-existent config key: MODEL.BACKBONE.OUT_CHANNELS'
#112
christina1228
opened
2 years ago
1
PR permission error
#111
r-matsuzaka
closed
3 years ago
1
KeyError: 'coco_train'
#110
hanb257
opened
3 years ago
0
Will you use detectron2 as platform?
#109
15024287710Jackson
opened
3 years ago
0
Demo on Sample images
#108
suresh-s
opened
3 years ago
0
Installation : Building maskscoring_rcnn
#107
ihsane96
opened
3 years ago
0
Implementation of L2 loss for regressing MaskIoU
#106
Eldad27
closed
3 years ago
0
UnicodeDecodeError: 'gbk' codec can't decode byte 0x9f in position 74: illegal multibyte sequence
#105
zjcyh
opened
4 years ago
0
Roi expansion
#104
npurson
closed
4 years ago
0
How do you calculate class-specific mAP for multiple classes on COCO or custom dataset?
#103
Eldad27
closed
3 years ago
1
USE_FPN in repository set to False
#102
Eldad27
closed
4 years ago
0
After training for some time, I want to change the learning rate to continue training, but after I changed the learning rate in the file, the learning rate is still the original one. Where should I set the current learning rate? (Not base lr)
#101
ustczhouyu
opened
4 years ago
0
After modifying the fpn, an error is reported when loading checkpoint
#100
ustczhouyu
opened
4 years ago
0
error during testing with preparing segm results RuntimeError: sizes do not match
#99
jpainam
closed
4 years ago
0
command to test the model is not provided in the readme
#98
jpainam
closed
4 years ago
0
roi_maskiou_feature_extractors.py" x = torch.cat((x, mask_pool), 1) invalid argument 0: Sizes of tensors must match except in dimension 1.
#97
jpainam
closed
4 years ago
0
AP performance = '-1.0'
#96
YutingLin
opened
4 years ago
2
既然MaskIOU分支只预测已知类别(cls branch 得到的)iou, 预测c维和预测一个scalar能达到同样效果, 后者参数量...
#95
ignitemylife
opened
4 years ago
0
error when test: RuntimeError: invalid argument 0: Sizes of tensors must match except in dimension 1. Got 10 and 38 in dimension 0 at /opt/pytorch/pytorch/aten/src/THC/generic/THCTensorMath.cu:83
#94
KennithLi
closed
4 years ago
2
Reproducing the results of coco dataset
#93
lijain
opened
4 years ago
0
error when train and test : if 'caption' in anns[0]: IndexError: list index out of range
#92
TigertigerTigertiger
opened
4 years ago
1
The training time of multiple GPUs is the same as that of a single GPU
#91
Exception-star
opened
4 years ago
0
有一个问题我一直不太明白,关于预训练权重,当我对网络进行修改了部分时,我该如何进行训练?还用导入预训练权重吗?非常希望有人能够给我解答。有一个问题我一直不太明白,关于预训练权重,当我对网络进行修改了部分时,我该如何进行训练?还用导入预训练权重吗?非常希望有人能够给我解答。
#90
Wahaha1314
opened
4 years ago
6
error when test : if 'caption' in anns[0]: IndexError: list index out of range
#89
BudingZ
closed
4 years ago
6
为什么我单GPU训练时,出现到2020-02-14 20:31:30,312 maskrcnn_benchmark.trainer INFO: Start training时挂起,一直不动的现象
#88
Wahaha1314
closed
4 years ago
0
RuntimeError
#87
sls33
closed
4 years ago
0
Improving mask contour
#86
acaelles97
opened
4 years ago
0
command 'gcc' failed with exit status 1
#85
sls33
opened
4 years ago
0
nms的问题
#84
zhuliqian
opened
4 years ago
0
TypeError: expected np.ndarray (got list)
#83
s110h0716f
closed
4 years ago
0
How did you evaluate the model with the best corr-coeff?
#82
maaft
opened
4 years ago
0
百度网盘提取码是多少
#81
hry8310
opened
4 years ago
2
Add two augmentation functions: rotate and light change and more loss weights
#80
qizhen816
opened
4 years ago
0
Add tqdm dependency
#79
Xiaoyang-Rebecca
opened
5 years ago
0
你好,我在setup.py时报错。。。
#78
SCMStone
closed
5 years ago
0
How do I train my own dataset model?
#77
Jai-wei
opened
5 years ago
5
Is the maskIoU useless during inference process?
#76
zzzzzz0407
opened
5 years ago
1
Did you implement soft nms or just directly use nms
#75
hding2455
opened
5 years ago
1
Segmentation fault (core dumped)
#74
WZHsmile
opened
5 years ago
3
torch
#73
lijain
opened
5 years ago
23
tensorboard
#72
wangxin1233
closed
5 years ago
0
AP performance difference
#71
Iamal1
opened
5 years ago
2
pred_maskiou和ground_truth MaskIo分别是什么,怎么算出来的呢?
#70
xuxiuzhi2627
opened
5 years ago
1
ValueError
#69
wangxin1233
opened
5 years ago
1
Next