Minimal-Hand-pytorch icon indicating copy to clipboard operation
Minimal-Hand-pytorch copied to clipboard

why use different eval id when evaluate?

Open adamqian111 opened this issue 2 years ago • 0 comments

why dont use same evaluate_id when eval different dataset?

python train_detnet.py --checkpoint my_results/checkpoints  --datasets_test "rhd" --evaluate  --evaluate_id 106

python train_detnet.py --checkpoint my_results/checkpoints  --datasets_test "stb" --evaluate  --evaluate_id 71

python train_detnet.py --checkpoint my_results/checkpoints  --datasets_test "do" --evaluate  --evaluate_id 68

python train_detnet.py --checkpoint my_results/checkpoints  --datasets_test "eo" --evaluate  --evaluate_id 101

adamqian111 avatar Jul 25 '23 08:07 adamqian111