akshitac8 / tfvaegan

[ECCV 2020] Official Pytorch implementation for "Latent Embedding Feedback and Discriminative Features for Zero-Shot Classification". SOTA results for ZSL and GZSL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about argparse

0xMarsRover opened this issue · comments

Hi Akshita,
Thanks for updating your codes.

In the script of running ucf101, there is --dataset ucf101_i3d/split_{split}.

I would ask: how do codes above fetch data split from 30 files?

I did not find codes like split = [1:30] and make a for loop to run 30 times, and at last, calculate the averaged accuracy over 30 splits. Any suggestions for that. Thanks in advance.

Kind regards.
Kai

Hello @kaiqiangh, Thank you for pointing that out. I have updated the script for ucf101.

Many thanks for that!