Views
No views yet
1# install from requirements.txt
2pip3 install -r requirements.txt1python test.py \
2 --data_folder <path> \ # the path to the test set folder
3 --model_path <path> \ # the path to the unified scoring model checkpoint
4 --model_type <str> \ # one of convnext, res50, vgg161python test_single.py \
2 --matrix_path <path> \ # the path to the matrix in examples folder
3 --model_path <path> \ # the path to the convnext-tiny unified scoring model checkpoint