smarter-code

Results 2 comments of smarter-code

Hi, I had same issue before, you can see how I fixed it in my repo. https://github.com/smarter-code/demystifying-machine-learning-operations-PS/blob/master/automobile/training/train_aml.py You are interested in the following lines in particular: 33,34,155-159 You'll also need...

The issue is with the video encoder used in the tool, replace line 200 in the script with: `command = "ffmpeg -framerate "+str(frameRate) +" -i "+TEMP_FOLDER+"/newFrame%06d.jpg -i "+TEMP_FOLDER+"/audioNew.wav -strict -2...