Cc-Hy / CMKD

Cross-Modality Knowledge Distillation Network for Monocular 3D Object Detection (ECCV 2022 Oral)
Apache License 2.0
107 stars 9 forks source link

Tensorboard eval visualization #30

Open BatuhanYilmaz opened 1 year ago

BatuhanYilmaz commented 1 year ago

Hi,

I used the script provided in GETTING_STARTED.md, it works. But afterwards, when I show Tensorboard the log path as output/kitti_models/CMKD/CMKD-scd/cmkd_kitti_R50_scd_bev/default/ckpt, nothing is visible in the dash screen:

image

Am I doing something wrong?

Cc-Hy commented 1 year ago

Seems that you have got the wrong path. The training logs are stored under ../output/kitti_models/CMKD/CMKD-scd/cmkd_kitti_R50_scd_V2/default/tensorboard and the evaluation logs are stored under ../output/kitti_models/CMKD/CMKD-scd/cmkd_kitti_R50_scd_V2/default/eval/eval_with_train/tensorboard_val You may change the path and try again.