Joshua Z. Zhang
Joshua Z. Zhang
most likely conflicting version of ffmpeg, you can compile locally from source to get rid of statically linked ffmpeg
If possible, can you share the video that is causing the error? And have you tried the example videos in the `example` folder?
With a rapid development of latest video related research project, the VideoLoader isn't flexible enough for all use cases, therefore I feel VideoLoader is still an experimental feature, I might...
Just my two cents for this particular use case: `to get almost successive frames (e.g. own-keyframes [not video format keyframes] known beforehand` if custom keyframes, not video keyframes are desired,...
@frankier Sorry I missed the update for a while. After a rethinking, I feel like the specific access pattern could benefit from another class, e.g., `MonotonicReader` with the constructor knowing...
Can you post your gpu model and cuda version? You may continue using a much larger RETRY threshold, like 100 time larger DECORD_EOF_RETRY_MAX to get around.
please show where error occurs, these are warnings which don't matter.
Use ``` .set_default({1.08f, 1.19f, 3.42f, 4.41f, 6.63f, 11.38f, 9.42f, 5.11f, 16.62f, 10.52f}) ``` for visual studio, I will fix it later.
It's for monitoring current training status, I just want to know the best iou during training, that's it.
use darknet19_yolo as network rather than darknet19. The latter is for image classification base network.