From 59ec2df3bb1d02dd6de538acfc660029dd012067 Mon Sep 17 00:00:00 2001 From: tydlwav Date: Fri, 12 Jul 2019 23:01:40 -0400 Subject: [PATCH] adds conda and comet_ml --- README.md | 5 ++++- environment.yml | 6 +++++- requirements.txt | 1 + 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c39a13..c5a2c54 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/environment.yml b/environment.yml index d8d3579..966341f 100644 --- a/environment.yml +++ b/environment.yml @@ -1,4 +1,4 @@ -name: torchreid +name: mvbreid dependencies: - python=3.7 - numpy @@ -7,3 +7,7 @@ dependencies: - Pillow - six - scipy +- pip +- gcc_linux-64 +- pip: + - comet_ml \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 8f50401..54cb5a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ h5py Pillow six scipy +comet_ml \ No newline at end of file