-
Notifications
You must be signed in to change notification settings - Fork 122
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
[pcl::PLYWriter::writeASCII] Input point cloud has no data! On Jetson AGX Orin #182
Comments
@vsevolod-misiul did you check your depth range as mentioned in readme? |
@wenbowen123 I ran BundleSDF on the milk dataset provided in the repository, so depth range should be correct. During debugging, I found that the issue is related to the
|
UPD: |
I remember in some older issues, there were indeed reporting of this cuda version mismatch resulting in depth all zeros. |
Could you please explain why you use these specific library versions in the Dockerfile? Can they be updated to newer versions? I’m particularly interested in whether I can use newer versions of OpenCV and PyTorch PyAudio and PyVision. |
there is no particular reasons. You can upgrade, though you need to make sure the new versions are compatible with each other. |
Hi,
I'm encountering an issue while running BundleSDF on the Jetson AGX Orin on aarch64. I’ve followed the steps in your tutorial to run the example with the milk dataset. Here’s a detailed description of my setup and the problem:
build.sh
.Problem:
When I run the script, the following logs appear, indicating an issue with processing frames:
I added debug prints to
bundlesdf.py
and found that the script stops at the following lines in the process_new_frame function:The text was updated successfully, but these errors were encountered: