Kamino
Kamino
Overall, I think the comments you made are very pertinent, but I may not have time to finish it lately. :open_mouth: For the reliability of the extracted feature, I have...
Have you started working on this already? I get time now.
OK, I will do this.
Hi, I have done these things: 1. The CLIP code is added and there is no need to install any new packages (no ftfy is OK) 2. Improved configuration of...
Yes, I have. The first example is the one that appears when running it locally. Here is my running command: `python main.py feature_type=resnet model_name=resnet50 extraction_fps=2 on_extraction=save_numpy batch_size=16 cpu=true video_paths="[./sample/v_ZNVhz7ctTq0.mp4, ./sample/v_GGSY1Qvo990.mp4]"`...
I don't know the exact reason, but all the similar fails I found online suggest using fps to calculate time (I forgot to save the link).
😄 Okay, happy reviewing LOL.
A note: Now the results of the new API and the old API are exactly the same by manual comparison, but not the same as in the tests directory. ```...
Yes, that's right. And I also cannot pass the tests in Colab with the master branch. Could you offer a notebook that will pass the tests?