Ayush Chaurasia
Ayush Chaurasia
This most likely means that your dataset isn't optimal. Try increasing the number of images in the dataset
It's for the val set.
Is this reproducible for you? I see you're running Linux VM on windows. Is the training script running on the linux VM or on windows ?
@Laughing-q awesooome!!! @glenn-jocher let's get together this weekend if you're free and finish this up. It should not require any major changes I think
Stream=False will most likely cause memory leaks in all cases. This is why we built the streaming mode. When inferencing large video files/streams, the result is accumulated in the memory...
@pax7 you can make contributions by forking the repo and submitting a PR.
You can see the comparison chart of all models on the readme
Thanks for the PR! @glenn-jocher this seems like a good idea. Let's refactor a bit and merge this. What do you think?
I'll take over this PR and add some minor updates this weekend.
@JustasBart This is one of my favorite feature requests! Thanks for the detailed write-up. It perfectly explains the use case. Yes, we might be able to support that but I...