Skip to content

Commit

Permalink
adds conda and comet_ml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmyc committed Jul 13, 2019
1 parent 7436ec9 commit 59ec2df
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ The MVB fork is still in active development so bugs and errors should be expecte

## Installation

You must be on Linux to install.

```shell
$ cd deep-person-reid/
# yet to be updated...
$ pip install -r requirements.txt
$ pip install -r requirements.txt # with pip
$ conda create -f environment.yml # with conda
$ python setup.py develop
```

Expand Down
6 changes: 5 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: torchreid
name: mvbreid
dependencies:
- python=3.7
- numpy
Expand All @@ -7,3 +7,7 @@ dependencies:
- Pillow
- six
- scipy
- pip
- gcc_linux-64
- pip:
- comet_ml
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ h5py
Pillow
six
scipy
comet_ml

0 comments on commit 59ec2df

Please sign in to comment.