Hiya,
Just trying to follow the minimal example. I've got a new python 3.7 environment (made with conda), I pip install dvt then give python3 -m dvt video-viz target.mp4 a whirl:
ModuleNotFoundError: No module named 'tensorflow.keras.layers.experimental.preprocessing'
and then
Keras requires TensorFlow 2.2 or higher.
But if I installed tf2.2, I get dvt 0.3.3 requires tensorflow==1.15.2, but you have tensorflow 2.2.0 which is incompatible.
so I'm assuming that I've got something borked on my machine.