Gihun Song

Results 2 issues of Gihun Song

Hi all, I pretrained myself using EfficientNet B0 with 5 classes, and.. Now I have been loaded using below code: model = EfficientNet.from_pretrained('efficientnet-b0', weight_path = './weights_path/model.pt', num_classess=5) and i'm using...

Hi, thanks for your great work on VideoRAG! I'm trying to run a small test using the longervideos setting with just two videos (both around 30 minutes long), but the...