sunnyxiaohu / R-C3D.pytorch

R-C3D pytorch implementation
248 stars 67 forks source link

When perform action detection, do I need to pay attention to args.num_classes ? #10

Closed yzheng97 closed 6 years ago

yzheng97 commented 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

sunnyxiaohu commented 6 years ago

Yes, detection task also needs the parameter setting (args.num_classes).

yzheng97 commented 6 years ago

Thanks! I've successfully run your code.