android-demo-app icon indicating copy to clipboard operation
android-demo-app copied to clipboard

Train model of video classification.

Open NeighborhoodCoding opened this issue 4 years ago • 0 comments

your code is great (video classification)

it works well in android, but in python code, the training part is missing.

I found

https://pytorchvideo.org/docs/tutorial_classification

to train it, but I have a question.

  1. after train,py, the ckpt model is made, can I use ckpt model to convert pt.mobile?
  2. train,py's some data preprocessing of data size seem may different, the input blob size may be not 3x160x160. cf. https://github.com/facebookresearch/pytorchvideo/issues/47 Could you provide full train code so I can made my model?

thx.

NeighborhoodCoding avatar Dec 09 '21 04:12 NeighborhoodCoding