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

Epic Kitchens and dynibar #40

Open
f00losopher opened this issue Sep 17, 2023 · 1 comment
Open

Epic Kitchens and dynibar #40

f00losopher opened this issue Sep 17, 2023 · 1 comment

Comments

@f00losopher
Copy link

Hi,
First of all, thanks so much for sharing your outstanding work!
I would love to hear some of your Intuition and thoughts about handling egocentric data:

  1. Do you think the model will fare well with the co-linear motion? This is very much the case in this dataset.
  2. The dataset contains many frames and is rather long. What is a good approach for frame selection for detail and video length maximization?
  3. Is a Pinehole camera model good enough for a GoPro? Should I use an open-cv one?

Sorry for the many questions, but I want to avoid as many pitfalls as possible so I can maximize your work capabilities :)

Thanks so much!

@zhengqili
Copy link
Collaborator

Hi,

  1. I think it should work for most of moving and static regions, but might introduce artifacts around disocculusion from my observations. I am trying some tricks to fix this issue currently and update some code if this works well.
  2. You can choose which frames to use for source views based on the technique from my previous paper (section 4.1 of https://arxiv.org/pdf/1904.11111.pdf), which is based on point covisibility and baselines between two views.
  3. For go-pro camera, you might need to use fish-eye cameras and undistort it before training the model

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

2 participants