Spaces:
Runtime error
Runtime error
Niv Sardi
commited on
Commit
·
c7f1171
1
Parent(s):
3d78160
run.sh: pass parrallel to augment.py
Browse files
run.sh
CHANGED
|
@@ -13,7 +13,7 @@ ${PY} ./python/vendor.py --parallel $PARALLEL
|
|
| 13 |
echo "☠ getting extra backgrounds from OpenFish"
|
| 14 |
${PY} ./python/openfish.py --parallel $PARALLEL
|
| 15 |
echo "✨ augmenting data"
|
| 16 |
-
${PY} ./python/augment.py
|
| 17 |
echo "🖼 croping augmented data"
|
| 18 |
${PY} ./python/crop.py ./data/augmented/images
|
| 19 |
echo "✂ split dataset into train, val and test groups"
|
|
|
|
| 13 |
echo "☠ getting extra backgrounds from OpenFish"
|
| 14 |
${PY} ./python/openfish.py --parallel $PARALLEL
|
| 15 |
echo "✨ augmenting data"
|
| 16 |
+
${PY} ./python/augment.py --parallel $PARALLEL
|
| 17 |
echo "🖼 croping augmented data"
|
| 18 |
${PY} ./python/crop.py ./data/augmented/images
|
| 19 |
echo "✂ split dataset into train, val and test groups"
|