microsoft / computervision-recipes

Best Practices, code samples, and documentation for Computer Vision.
MIT License
9.55k stars 1.18k forks source link

model.videolearner not intializing #691

Open mohamedsaeed8223 opened 7 months ago

mohamedsaeed8223 commented 7 months ago

Description

model.videolearner not intializing, tried with both "base_model='ig65m' " and kinetics' and both give a key error at lines 88 and 121 in utils_cv/action_recognition/model.py

In which platform does it happen?

Google Colab using T4 GPU

How do we replicate the issue?

I tried importing my own data set and then went back to the pouring/opening dataset

Expected behavior (i.e. solution)

the model.videolearner should initialize correctly

Other Comments