WeijingShi / Point-GNN

Point-GNN: Graph Neural Network for 3D Object Detection in a Point Cloud, CVPR 2020.
MIT License
524 stars 114 forks source link

eval.py->def eval_repeat () #48

Closed zh9586 closed 3 years ago

zh9586 commented 3 years ago

Thank you for release your great work. I have try run python3 eval.py configs/car_auto_T3_train_eval_config The function falls into an endless loop.Continuous output “'Checkpoint ./checkpoints/car_auto_T3_train/model-1400001 has been evaluated already, wait for 60.000000 seconds'”. What do you suggest?

WeijingShi commented 3 years ago

Hi @huihuicainiao, Thanks for your interest. The eval.py is supposed to monitor the checkpoint_dir and evaluate new checkpoints if the training produces one. You can kill it if you are not training at the same time.

zh9586 commented 3 years ago

Thank you very much for your reply.