-
Install some other packages for color_NN model of AICITY according to requirements.txt
- Download color_NN model, and save it like
1_query_stateless_property/data/checkpoints/CLIP_recognition_color/checkpoint_recognition_color.pth
-
Download Banff, Jackson and Southampton, and put them in directory
Three_Datasets
. Ensure thatThree_Datasets
andCode_EvaDB
are at the same level. -
Download ua_detrac.mp4 as
wget -nc "https://www.dropbox.com/s/k00wge9exwkfxz6/ua_detrac.mp4?raw=1" -O ua_detrac.mp4
, and put it in1_query_stateless_property/
-
Example for query red cars:
cd ./1_query_stateless_property/
mkdir result
python query_red_car.py
-
Move the bash file
eval.sh
to the parent directory of root directoryCode_EvaDB
, which means thateval.sh
and the root directoryCode_EvaDB
are at the same level. Then use:bash eval.sh
.