You will need to have conda
installed on the system. Miniconda should suffice
install miniconda
git clone git@github.com:upcycling-kandidat/chair-training.git
cd chair-training
conda env create --file environment.yml
This will look for the environment.yml file and create a new environment called chair-training. To activate this new environment, run the following command:
conda activate chair-training
The datasets used for training are available on Roboflow. The datasets are available in the following links:
Conda was used to setup a local testing environment
Update the environment.yml file with the new dependencies and run the following command to update the environment:
conda env update --file environment.yml --prune