Add a script and reqs to run XSeg editor #15
@@ -8,3 +8,4 @@ ffmpeg-python==0.2.0
|
|||||||
Pillow==7.2.0
|
Pillow==7.2.0
|
||||||
scikit-image==0.17.2
|
scikit-image==0.17.2
|
||||||
h5py==3.1.0
|
h5py==3.1.0
|
||||||
|
PyQt5==5.15.4
|
||||||
|
|||||||
@@ -8,3 +8,4 @@ ffmpeg-python==0.2.0
|
|||||||
Pillow==7.2.0
|
Pillow==7.2.0
|
||||||
scikit-image==0.17.2
|
scikit-image==0.17.2
|
||||||
h5py==2.10.0
|
h5py==2.10.0
|
||||||
|
PyQt5==5.15.4
|
||||||
|
|||||||
Executable
+6
@@ -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"
|
||||||
Reference in New Issue
Block a user