Add a script and reqs to run XSeg editor
This commit is contained in:
parent
6bf4d54800
commit
7dcb9568c9
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
Loading…
Reference in New Issue