Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • yes but the predict system is still ask for the same input shape , currently my input shape model are (batch, timesteps, w, h, channel) when timesteps are how much frames that it take to predict, but i still dont understand how to make my input video for testing have the same input shape just like my model Commented Jul 14, 2021 at 13:00
  • For that, you have to look at the source of the model and code. It is highly likely that your model might be trained such that it accepts 9 timestamps of nan type (may each value at those timestamps being -99 or something) and 1 timestamp of the first frame. If that helped then kindly upvote. Commented Jul 14, 2021 at 13:12