Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish and polish the video-to-slots pipeline #12

Open
jasper-tms opened this issue Feb 1, 2022 · 3 comments
Open

Finish and polish the video-to-slots pipeline #12

jasper-tms opened this issue Feb 1, 2022 · 3 comments
Assignees

Comments

@jasper-tms
Copy link
Collaborator

54ae4ae was a start but there are still steps to do. Files are going to
https://github.com/htem/gt_pickup_annotation/tree/main/video_to_slots

@jasper-tms
Copy link
Collaborator Author

jasper-tms commented Feb 1, 2022

Right now we extract every frame from the video, and the plan is to then select the best frames (the ones where the slots are closest to center) and throw out the rest. This is crazy wasteful, since saving every frame as a .png takes an enormous amount of storage space. Instead, can we extract every nth frame for some n as large as we can get away with? Instructions for pulling out only a subset of the frames from a video are at https://superuser.com/questions/135117/how-to-extract-one-frame-of-a-video-every-n-seconds-to-an-image but I haven't tried this myself yet

  • Completed

@kuanawanda
Copy link
Collaborator

if i remember correctly we realized that this is not as trivial as it sounds because the speed of the tape is not strictly constant. So there needs to be some careful checks in here that probably involve barcode reading + manual checking of problem spots?

@Wangchu-Xiang Wangchu-Xiang self-assigned this Mar 27, 2022
@Wangchu-Xiang
Copy link

I am extracting some frames from pickup video and I think I can work on the wiki page to add more guidance on extracting frames and crop slots.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants