test.sh 535 Bytes
Newer Older
chenych's avatar
chenych committed
1
2
#!/bin/bash
echo "Testing start ..."
chenych's avatar
chenych committed
3
# visualization show
chenych's avatar
chenych committed
4
# python demo/demo.py --config-file ${CONFIG_FILE} --input ${IMAGE_PATH}
chenych's avatar
chenych committed
5
6
# eval show
# python tools/train_net.py --config-file ${CONFIG_FILE} --eval-only MODEL.WEIGHTS ${MODEL_PATH}
chenych's avatar
chenych committed
7
8

# examples
chenych's avatar
chenych committed
9
# visualization show
chenych's avatar
chenych committed
10
python demo/demo.py --config-file configs/simple/test_simple.yaml --input datasets/simple/test_images
chenych's avatar
chenych committed
11
12
# eval show
#python tools/train_net.py --config-file configs/R_50/CTW1500/finetune_96voc_50maxlen.yaml --eval-only MODEL.WEIGHTS path/pretrained_model/model.pth