Commit 562ab0b9 authored by Yuxin Wu's avatar Yuxin Wu

fix requirements

parent 756dbc70
...@@ -25,3 +25,15 @@ Focused on modularity. Just have to define the three components in training: ...@@ -25,3 +25,15 @@ Focused on modularity. Just have to define the three components in training:
With the above components defined, tensorpack trainer will run the training iterations for you. With the above components defined, tensorpack trainer will run the training iterations for you.
Multi-GPU training is ready to use by simply changing the trainer. Multi-GPU training is ready to use by simply changing the trainer.
## Dependencies:
+ Python 2 or 3
+ TensorFlow
+ Python bindings for OpenCV
+ other requirements:
```
pip install --user -r requirements.txt
```
...@@ -2,4 +2,4 @@ termcolor ...@@ -2,4 +2,4 @@ termcolor
tqdm tqdm
msgpack-python msgpack-python
msgpack-numpy msgpack-numpy
subprocess32 subprocess32; python_version < '3.0'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment