OpenGVLab / VideoMAEv2

[CVPR 2023] VideoMAE V2: Scaling Video Masked Autoencoders with Dual Masking
https://arxiv.org/abs/2303.16727
MIT License
494 stars 56 forks source link

[Fix] Bug due to deprecation #12

Closed congee524 closed 1 year ago

congee524 commented 1 year ago
  1. when numpy >= 1.24, using np.float will raise errors. Replace it with float
  2. ensemble.py is used to ensemble features from different models and is useless in this repo.