TRAILab / CaDDN

Categorical Depth Distribution Network for Monocular 3D Object Detection (CVPR 2021 Oral)
Apache License 2.0
359 stars 62 forks source link

Why does it show the loading model's EPOCH is 3? #86

Closed rockywind closed 2 years ago

rockywind commented 2 years ago

Thank you for your help in advance! Why does it show the loading model's EPOCH is 3? 2021-10-22 20:57:44,189 INFO ==> Checkpoint trained from version: pcdet+0.3.0+0000000 2021-10-22 20:57:47,894 INFO ==> Done (loaded 903/903) 2021-10-22 20:57:48,489 INFO *************** EPOCH 3 EVALUATION *****************

codyreading commented 2 years ago

What command are you running?

rockywind commented 2 years ago

Thank you for your help! I ran the command below. python test.py --cfg_file ./cfgs/kitti_models/CaDDN.yaml

codyreading commented 2 years ago

Please specify a checkpoint file via the command line argument:

python test.py --cfg_file ${CONFIG_FILE} --batch_size ${BATCH_SIZE} --ckpt ${CKPT}

Otherwise, it will just default to the latest trained model in your output folder.

codyreading commented 2 years ago

Closing due to inactivity