Spaces:
No application file
No application file
Commit ·
8561165
1
Parent(s): 146a934
Create Install
Browse files
Install
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
git submodule update --init --recursive
|
| 2 |
+
conda install -y pytorch torchvision -c pytorch
|
| 3 |
+
conda install -y numpy
|
| 4 |
+
conda install -y scikit-image
|
| 5 |
+
conda install -y -c anaconda cmake
|
| 6 |
+
conda install -y -c conda-forge ffmpeg
|
| 7 |
+
pip install svgwrite
|
| 8 |
+
pip install svgpathtools
|
| 9 |
+
pip install cssutils
|
| 10 |
+
pip install numba
|
| 11 |
+
pip install torch-tools
|
| 12 |
+
pip install visdom
|
| 13 |
+
python setup.py install
|