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

is there a issue in prepare_semantic3d.py? #47

Open
jscksy opened this issue Jan 7, 2023 · 9 comments
Open

is there a issue in prepare_semantic3d.py? #47

jscksy opened this issue Jan 7, 2023 · 9 comments

Comments

@jscksy
Copy link

jscksy commented Jan 7, 2023

when i run that code,in "points.append(np.loadtxt(line, dtype=np.float32))" the "line" is a point,it cause error: FileNotFoundError: -6.69267368 -0.29421055 1.16930819 -1515.0000 169 186 204

@jscksy
Copy link
Author

jscksy commented Jan 7, 2023

and what the "1e10^5" means?

@jscksy
Copy link
Author

jscksy commented Jan 7, 2023

sorry,but i want to know are u really finish the work with the dataset semanti3d?

@ZhuchaWenjiu
Copy link

这个问题你解决了么? loadtxt 的那部分,我以为是我的文件路径不对

@Avril-Dragon
Copy link

Don't use this rope for semantic3d,it's really bad.

@ZhuchaWenjiu
Copy link

Thank you

@MonaHodaei
Copy link

when i run that code,in "points.append(np.loadtxt(line, dtype=np.float32))" the "line" is a point,it cause error: FileNotFoundError: -6.69267368 -0.29421055 1.16930819 -1515.0000 169 186 204

The np.loadtxt() function does not accept a single line as input. It is used to load data from a file, not from a specific line. If you want to append a single line of data to points, you can create a list from the line and then append it. Add this:
line = line.strip().split()
before this line: "points.append(np.loadtxt(line, dtype=np.float32))"

@Tyrol29
Copy link

Tyrol29 commented Aug 31, 2023

Fk Fk Fk Fk Fk Fk Fk Fk Fk,it's full of bugs

@Tyrol29
Copy link

Tyrol29 commented Aug 31, 2023

set i_dont_have_a_lot_of_memory_ok = False and all solved

@carpentary
Copy link

when i run that code,in "points.append(np.loadtxt(line, dtype=np.float32))" the "line" is a point,it cause error: FileNotFoundError: -6.69267368 -0.29421055 1.16930819 -1515.0000 169 186 204

The np.loadtxt() function does not accept a single line as input. It is used to load data from a file, not from a specific line. If you want to append a single line of data to points, you can create a list from the line and then append it. Add this: line = line.strip().split() before this line: "points.append(np.loadtxt(line, dtype=np.float32))"

thankssssss!

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

6 participants