Merge pull request #15 from chychkan/run-xseg

Add a script and reqs to run XSeg editor
This commit was merged in pull request #15.
This commit is contained in:
Oleksandr Chychkan
2021-08-01 17:53:45 -07:00
committed by GitHub
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -8,3 +8,4 @@ ffmpeg-python==0.2.0
Pillow==7.2.0
scikit-image==0.17.2
h5py==3.1.0
PyQt5==5.15.4
+1
View File
@@ -8,3 +8,4 @@ ffmpeg-python==0.2.0
Pillow==7.2.0
scikit-image==0.17.2
h5py==2.10.0
PyQt5==5.15.4
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
cd "$(dirname $0)/.."
source scripts/env.sh
python "$DFL_MAIN" xseg editor \
--input-dir "$WORKSPACE/data_src/aligned"