Please tell me how to fix this error
Now i have the new questions as follows
2023-11-08 03:17:02,487 - mmdet - INFO - Set random seed to 67311741, deterministic: False
Traceback (most recent call last):
File "/home/ych/DAT-Detection/DAT-Detection-main/tools/train.py", line 247, in
when i try "python tools/train.py configs/dat/rtn_tiny_1x_4n_dp00_lr2.py" and i make sure i have update the pretrain variable in <CONFIG_FILE> as
base = [
'../base/models/retinanet_dat_fpn.py',
'../base/datasets/coco_detection.py',
'../base/schedules/schedule_1x.py',
'../base/default_runtime.py'
]
pretrained = '/home/ych/DAT-Detection/DAT-Detection-main/rtn_dat_t_1x.pth'
could somebody help me????
I am having the same problem. Any help would be appreciated!!
Did you fix the problem?
I am having the same problem. Any help would be appreciated!!
yes,backbone should use dat_pp_tiny_in1k_224.pth to initialize,download by classfication mission
I am having the same problem. Any help would be appreciated!!
yes,backbone should use dat_pp_tiny_in1k_224.pth to initialize,download by classfication mission
Should I continue using pretrained or should I use load_from?
Also what do you mean by the classification mission?