`python main.py --set_num set_01 --run_single_task 3`
-
create python conda environment
conda env create -f challenge.yaml
-
install torch reid
-
cd task3/lib/reid/deep-person-reid/
-
python setup.py develop
-
-
install alphapose
-
conda install -c anaconda gxx_linux-64
-
ln -s /home/ubuntu/anaconda3/envs/challenge/bin/x86_64-conda_cos6-linux-gnu-gcc /home/ubuntu/anaconda3/envs/challenge/bin/gcc
-
ln -s /home/ubuntu/anaconda3/envs/challenge/bin/x86_64-conda_cos6-linux-gnu-g++ /home/ubuntu/anaconda3/envs/challenge/bin/g++
-
cd task3/lib/alphapose/
-
python setup.py build develop
-
-
overwrite weights weights (11/6) :
ubuntu@14.49.44.85:/home/ubuntu/ai_grand_challenge_weights/Rony2_weights_1106.zip