Create data: 2024/02/19. Test server: tesla.
This folder does not need build. Only the environment is needed.
Git clone this GitHub folder.
Command: git clone https://github.com/Spritea/BoxMOTS.git
2. Follow the official repo readme to set up the environment
Command: conda create -n myenv python=3.8
Command: conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 cudatoolkit=11.1 -c pytorch -c conda-forge
Command: pip install matplotlib imageio einops scipy opencv-python
The python package tqdm
is needed to run our own script, like my_eval_and_save_bidirect.py
.
Command: pip install tqdm