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

Tutorial example doesn't make sense #16

Open
calebweinreb opened this issue Jul 28, 2023 · 0 comments
Open

Tutorial example doesn't make sense #16

calebweinreb opened this issue Jul 28, 2023 · 0 comments

Comments

@calebweinreb
Copy link

There are a few things in the tutorial example that don't really make sense for multi-camera data.

  • The line confidence_definition='Softmax output of the deep neural network.' only makes sense for single-camera. For 3D keypoints inferred with DLC, there would be separate such softmax outputs for each camera, and the value going into NWB (if there were one) would be some custom confidence score output by the triangulation method.
  • The unit unit='pixels' would be typical of 2D data, but 3D data would usually have real-world units inferred through calibration (e.g. mm)
  • The line dimensions=np.array([[640, 480], [1024, 768]], dtype='uint8'), only makes sense for 2D data. For 3D, this might differ across cameras.
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

1 participant