Skip to content
Snippets Groups Projects
Commit 9b1d6620 authored by Julia Cohen's avatar Julia Cohen
Browse files

Add installation with pip

parent 2df52a22
No related branches found
No related tags found
No related merge requests found
......@@ -40,10 +40,15 @@ The "Object Detection Metrics" project should be downloaded in the `deps` folder
After download, move the `lib` subfolder and `_init_paths.py` file into `synthetic_ssd\metrics`.
## Environment
Create and activate a conda environment.
Create and activate a conda environmen:
```
conda create --file requirements.yml
```
or create a virtual environment and install packages with pip:
```
pip install -r requirements.txt
```
This project has been tested on Windows with Python 3.8 and PyTorch 1.9, but previous versions of
Python 3 and PyTorch should also work.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment