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

Bug #1

Open
dashuaigeyjx opened this issue Oct 17, 2024 · 0 comments
Open

Bug #1

dashuaigeyjx opened this issue Oct 17, 2024 · 0 comments

Comments

@dashuaigeyjx
Copy link

Hello, this function does not have a return value corresponding to the dataset in your code. Is this an error?
def dataset_intrinsics(dataset='tartanair'): if dataset == 'kitti': focalx, focaly, centerx, centery = 707.0912, 707.0912, 601.8873, 183.1104 elif dataset == 'euroc': focalx, focaly, centerx, centery = 458.6539916992, 457.2959899902, 367.2149963379, 248.3750000000 elif dataset == 'tartanair': focalx, focaly, centerx, centery = 320.0, 320.0, 320.0, 240.0 else: return None return focalx, focaly, centerx, centery

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