Open sk5268 opened 2 weeks ago
1. in imagebind/data.py
1
UniformTemporalSubsample
2. in imagebind/data.py:
2
torchvision.transforms._transforms_video.NormalizeVideo
torchvision.transforms.transforms.Normalize
3. In imagebind/models/transformers.py file:
3
Changed timm.models.layers to timm.layers
timm.models.layers
timm.layers
4. In imagebind/models/multimodal_preprocessors.py file:
4
@ChrisjanWust @rohitgirdhar @msaroufim @aelnouby
Replaced unnecessary import with appropriate class
1
. in imagebind/data.pyUniformTemporalSubsample
class was imported, as it was the only class needed.Replaced deprecated function:
2
. in imagebind/data.py:torchvision.transforms._transforms_video.NormalizeVideo
totorchvision.transforms.transforms.Normalize
.3
. In imagebind/models/transformers.py file:Changed
timm.models.layers
totimm.layers
4
. In imagebind/models/multimodal_preprocessors.py file:timm.models.layers
totimm.layers
.