-
Notifications
You must be signed in to change notification settings - Fork 91
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
RunTimeError in Step6 #51
Comments
@xiaoru222 were you able to solve this? |
hi, did you solve the problem |
@chengm0-0, |
@nihar0602 |
HI Nihar,I got the same question.Could you please help me ? |
Hi hyoon970,I got the same question, have you solved the problem? |
@qingweihk Hello, I don't remember it exactly, but I solved it. After ply processing with Meshlab, may be you saved the ply file with another name, not 'registeredScene.ply'. But create_label_files.py read 'registeredScene.ply' file. So you should change the original ply file's name into another one, like 'registeredScene_original.ply' and rename the processed ply file as 'registeredScene.ply'. If you can't solve your problem with solution above, reply to me anytime. Thanks and regards, H.Yoon |
Thanks very much. I wonder after Meshlab process:the 'registeredScene.ply' should be 'registeredScene.obj? Cause The end product is a triangular mesh instead of the registered pointcloud( the repo's instruction at part 5) |
No, I used ply file and succeed. I don't know much about Meshlab, so I just followed the Youtube video the author uploaded. |
Thanks very much! |
hi,I got the same question, have you solved the problem? |
@lzhhh6161 |
replace the following sentence:
into:
|
Thanks. It's working here. |
@F2Wang
when I try "python create_label_files.py all", I got an error below
timer is assigned class label 0.
0%| | 0/55 [00:00<?, ?it/s]
Traceback (most recent call last):
File "create_label_files.py", line 128, in
sample_points = mesh_copy.sample(10000)
AttributeError: 'PointCloud' object has no attribute 'sample'
Hope someone gives some hints
The text was updated successfully, but these errors were encountered: