-
Notifications
You must be signed in to change notification settings - Fork 439
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
Can't visualize .pcd files in webpage #128
Comments
Hi, does the sample pcd file work? |
Hi again, The header of the file I am trying to open looks like this: And here is a .txt file with the content of the pcd file |
Hi, could you please provide the original PCD file which is in binary format according to headers. |
I had trouble with displaying the sample pointcloud and others aswell in the newest version. For some reason going back to version 1.5.2 fixed that for me |
I tried your suggestion and it works here as well. Thank you for the suggestion :) |
Hi @jobberz77 and @Oscarstenstad I am new to Meteor and this software, may I ask how you used the 1.5.2 version to run this software? this software seems to built by [email protected] version. Thank you in advance! |
Hello @Atlaszjr-star, I was referring to version 1.5.2 of the labeling tool, not the Meteor version. You can get the 1.5.2 version of the labeling tool by downloading the branch of that version. You don't need to change the Meteor version. |
Hi @jobberz77 , thank you so much for your advice, I just realized it's the labeling tool's version ;-) it does work right now! |
Hello can anyone kindly help me with some PCD files. I am trying to run a couple of them on version 1.5.2 and seems not be working. It keeps on loading objects at the bottom right. Any link to download such files could help thanks. |
@robertson-oa This has to do with the sort of PCD file you are using. If you have converted some point cloud into PCD format through CloudCompare, they will not work in the labeling tool. You have to do this manually in a notebook. It's been a while since I worked with point clouds so I'm not sure which library I used for the conversion. it might have been Open3D but I can't say for sure |
@jobberz77 alright will search into that and get back if I encounter any challenge. Thanks for the response. |
@jobberz77 I am able to read the PCD files thanks |
@robertson-oa |
@jobberz77 I'm having the same problem with Cloudcompare generated file. Did you get it working by changing the data to ASCII and changing the headers ? I'm trying the latter but I'm not sure what the _ field should be. Current header that doesn't work: .PCD v0.7 - Point Cloud Data file formatVERSION 0.7 Header, which works: .PCD v.7 - Point Cloud Data file formatVERSION .7 |
Actually never mind, I just managed to fix it. The solution for me was as @jobberz77 suggested: use open3d. For anyone still stuck and found their way here, pip3 install open3d , then you can use this small script: import numpy as np def main(): if name== "main": |
@jobberz77 I still can't read sample .pcd file through 1.5.2 tool and meteor 2.5.1, the result is following and another problem is that when run start ,it always report "Browserslist: caniuse-lite is outdated". It would be much appreciated if anyone could help me. |
@wsn I have seen that caniuse-lite error before and I don't think you should worry about it too much. For the black screen you are getting though, its different from the error I had which is an infinite loading loop when using the wrong type of .pcd files. Honestly, I'm not sure if I can help you with this. Maybe changing up the Meteor version fixes the problem but I can't say for sure. Good luck! |
Hi,
I have been trying to use this software on .pcd files and everything seems to be working fine until I get in to the actual Segmentation page of the webpage. I can choose a .pcd file from the directory I have chosen but the image doesn't show in the next page. Anyone know how to fix this? I have tried with both meteor 1.6 and 2.1 and neither work.
The text was updated successfully, but these errors were encountered: