PointTinyBenchmark icon indicating copy to clipboard operation
PointTinyBenchmark copied to clipboard

[CPR] about p2p evaluation

Open ZiMo-Chen opened this issue 3 years ago • 1 comments

1664019527214 GPU=8 && LR=0.0001 && B=8 && PORT=10000 tools/dist_train.sh configs2/COCO/p2p/p2p_r50_fpn_1x_fl_sl1_coco400_coarse.py ${GPU}
--work-dir ../TOV_mmdetection_cache/work_dir/COCO/p2p/p2p_r50_fpn_1x_fl_sl1_coco400_coarse/adam${LR}1x${B}b${GPU}g${V}/
--cfg-options optimizer.lr=${LR} data.samples_per_gpu=${B} When I run the above command, the above error occurs when the model is being validated.

ZiMo-Chen avatar Sep 24 '22 11:09 ZiMo-Chen

Thanks for feedback. The problem can be solved by using the updated huicv/evaluation/location_evaluation.py

yinglang avatar Sep 24 '22 13:09 yinglang