chungyiweng / humannerf

HumanNeRF turns a monocular video of moving people into a 360 free-viewpoint video.
MIT License
786 stars 86 forks source link

For my own video, how do I extract frames, generate masks, and get metadata? #76

Open 2928254221 opened 1 year ago

Dipankar1997161 commented 1 year ago

For metadata: it's given, you can use the "wild" method to do so. ROMP, VIBE and so on.

For masks: you use SAM, rmbeg or use the 3_ch_image function given in this repo.but for that you need to have your original image and a corresponding black image of the same size.

Extract frames: just use OPENCV to extract frames from videos.