- Please prepare an environment with python=3.10|cudatoolkit=11.3.1, and then use the command "pip install -r requirements.txt" for the dependencies.
- To train a multi-task network, you can enter the following command in the terminal interface.
python train_net.py --data-split='0', --batch-size=4, --max-epoch=150, --ckpt-dir='ckpt/tmpckpt'
- To test a trained multi-task network, you can enter the following command in the terminal interface.
python test_eval.py --data-split='0', --batch-size=4, --ckpt-dir='ckpt/tmpckpt', --out-dir='output/tmp', --cndct-vis=False
- You can download the installation pakage from the Baidu Netdisk (access code: gr67).