deep-dance / core

GNU General Public License v3.0
2 stars 1 forks source link

Make use of DVC's pipeline feature #23

Closed erak closed 3 years ago

erak commented 3 years ago

This would allow us running e.g.

dvc run -d data/train/video -o data/model/out.p creator/train.py

The following steps need to be done first

erak commented 3 years ago

Done with #38.