forked from srwang0506/CaTFormer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.sh
More file actions
25 lines (25 loc) · 813 Bytes
/
test.sh
File metadata and controls
25 lines (25 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
CUDA_VISIBLE_DEVICES=0 python test.py \
--root_path /project/CaTFormer/ \
--pretrain_path \
--video_path /project/CaTFormer/brain4cars_data/road_camera \
--annotation_path /project/CaTFormer/datasets/annotation \
--resume_path /project/CaTFormer/cog/fold0 \
--dataset Brain4cars_Unit \
--batch_size 128 \
--n_threads 32 \
--checkpoint 2 \
--n_epochs 100 \
--begin_epoch 1 \
--train_crop 'driver focus' \
--sample_duration 16 \
--end_second 0 \
--interval 15 \
--n_scales 1 \
--learning_rate 0.001 \
--norm_value 255 \
--n_fold 0 \
--train_from_scratch 0 \
--last_epoch 2 \
--test_start_epoch 0 \
--test_end_epoch 160 \
--threshold 1