File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ use_gpu: True
2
2
3
3
model :
4
4
name : ' osnet_ain_x0_5'
5
- load_weights : ' /home/lab314/HDD/Hsuan/models/osnet_ain_x0_5 /model_best.pth.tar'
5
+ load_weights : ' /USER-DEFINED-PATH /model_best.pth.tar'
6
6
pretrained : False
7
7
8
8
data :
Original file line number Diff line number Diff line change 1
- DATA_DIR=" /home/lab314/HDD/ Dataset"
1
+ DATA_DIR=" /USER-DEFINED-PATH/ Dataset/ "
2
2
CONFIG_FILE=" configs/test.yaml"
3
3
4
4
echo " Begin to test."
5
- export CUDA_VISIBLE_DEVICES=4
5
+ export CUDA_VISIBLE_DEVICES=0
6
6
python scripts/main.py \
7
7
--config-file ${CONFIG_FILE} \
8
8
--root ${DATA_DIR} \
Original file line number Diff line number Diff line change 1
- DATA_DIR=" /nfs/datasets /"
1
+ DATA_DIR=" /USER-DEFINED-PATH/Dataset /"
2
2
CONFIG_FILE=" configs/osnet_ain_x0_5.yaml"
3
3
4
4
echo " Begin to train."
You can’t perform that action at this time.
0 commit comments