Closed yzheng97 closed 6 years ago
This parameter is set for action classification. It seems that the class num for detection task can be directly read from .pkl file.
args_num_classes = 201
Yes, detection task also needs the parameter setting (args.num_classes).
Thanks! I've successfully run your code.
This parameter is set for action classification. It seems that the class num for detection task can be directly read from .pkl file.