Open ttomtom6 opened 6 months ago
query_embed
It sounds like you didn't directly use the complete code I provided to train the network. Please use my complete code and parameters for training, this issue should not arise.
In fact, there is a problem with the pretraining weight configuration in the trainer configuration file. Just comment "pretrain_model" like this
trainer:
max_epoch: 60
gpu_ids: '0'
detr_model: 'checkpoint_best_MonoDETR.pth'
save_frequency: 1 # checkpoint save interval (in epoch)
resume_model: False
# pretrain_model: configs/checkpoint_best_MonoDETR.pth'
save_path: 'outputs/'
Thanks for your dataset and code! It really helps me a lot. When I want to train the network with your provided
checkpoint_best_MonoDETR.pth
, I meet the following error:I have tried to ignore this error with following code but obtain very low results:
Can you provide some advice? Thanks a lot!