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

New input format reader #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

New input format reader #17

wants to merge 2 commits into from

Conversation

pavan4
Copy link

@pavan4 pavan4 commented Oct 28, 2020

  • New input reads individual depthmaps and rgb images
  • s_sensorIdx =9 is the new reader
  • s_startFrame, s_nVideoFrame are new params for setting frame read sequence
  • Set the folder dump with s_binaryDumpSensorFile[0]
  • Built successfully with VS 2019, CUDA 10.1, and OpenCV 4.4.0
  • Adapted from here
folder structure
root
|-depth images (folder)
|-vga images (folder)
|-camerainfo.txt (camera params)
|-depth_vga.txt (depth-rgb image correspondences)

Pavan added 2 commits October 28, 2020 18:46
* New input reads individual depthmaps and rgb images
* `s_sensorIdx =9`  is the new reader
* `s_startFrame`, `s_nVideoFrame` are new params for setting frame read sequence
* Set the folder dump with `s_binaryDumpSensorFile[0]`
```
folder structure
root
|-depth images (folder)
|-vga images (folder)
|-camerainfo.txt (camera params)
|-depth_vga (depth-rgb image correspondences)
```
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

Successfully merging this pull request may close these issues.

None yet

1 participant