Yaroslav Schubert

Results 10 comments of Yaroslav Schubert

Dropout should be 1.0

In case if still actual for someone https://github.com/avanetten/simrdwn/tree/master/results/weights_5class_vehicles

@skdw same error

+1 for having audio (motion?) detection.

> If you see this error, please edit your CMakeCache.txt file and add -pthread flag to CMAKE_MODULE_LINKER_FLAGS > > `CMAKE_MODULE_LINKER_FLAGS:STRING=-pthread` > > Then compile once again (just run make). Thanks,...

Check out this thread about quantization-aware training and the new tool for post-training quantization, might be useful for you https://github.com/tensorflow/tensorflow/issues/27880#issuecomment-501436485

Thanks for your reply. I will get back to you with an answer.

@Vermeille something like 40-60ms on 1920x1080

I ended up adding audio to my clips by specifying an audio file path to the `audio` argument of the `write_videofile` function: ```python video_clip.write_videofile(out_file_path, fps=moviepy_fps, audio=audio_path) ```

I have a single `CompositeVideoClip` that combines `ImageClip`, `ColorClip`, `TextClip` , `VideoClip`. I also have a single audio file that I add to the resulting CompositeVideoClip.