Zhaoxi Chen

Results 4 comments of Zhaoxi Chen

Thanks for your interest in our work! However, this repo does not contain the code of AdaFocus+. We are working on it and will update the code soon. As for...

Please refer to [ops/video2jpg.py](https://github.com/blackfeather-wang/AdaFocus/blob/main/Experiments%20on%20ActivityNet%2C%20FCVID%20and%20Mini-Kinetics/ops/video_jpg.py) for dataset processing. There is no guarantee that the performance remains the same with such a big difference in FPS.

Thanks for your interest in our work. Please pull the latest code for compatibility with hydra 1.1. `args.pretty()` has been deprecated in omegaconf>=2.0 (check this [issue](https://github.com/facebookresearch/hydra/issues/647#issuecomment-892355202) for details). If your...

@LawrenceXia2008 Thanks for your great code snippets! That's indeed another way to load args without the dependency on hydra. However, there is one more thing which you should pay attention...