issues
search
OpenGVLab
/
VideoMAEv2
[CVPR 2023] VideoMAE V2: Scaling Video Masked Autoencoders with Dual Masking
https://arxiv.org/abs/2303.16727
MIT License
524
stars
63
forks
source link
[Fix] Bug due to deprecation
#12
Closed
congee524
closed
1 year ago
congee524
commented
1 year ago
when
numpy >= 1.24
, using
np.float
will raise errors. Replace it with
float
ensemble.py
is used to ensemble features from different models and is useless in this repo.
numpy >= 1.24
, usingnp.float
will raise errors. Replace it withfloat
ensemble.py
is used to ensemble features from different models and is useless in this repo.