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

cant run view.py #24

Open
garimss opened this issue Sep 11, 2019 · 0 comments
Open

cant run view.py #24

garimss opened this issue Sep 11, 2019 · 0 comments

Comments

@garimss
Copy link

garimss commented Sep 11, 2019

(fastai-3.7) D:\git_hub\3D\PointSetGeneration\demo>python view.py r1.png.txt
Traceback (most recent call last):
File "view.py", line 4, in
a=np.loadtxt(sys.argv[1])
File "C:\Users\Garima\Anaconda3\envs\fastai-3.7\lib\site-packages\numpy\lib\npyio.py", line 1101, in loadtxt
for x in read_data(_loadtxt_chunksize):
File "C:\Users\Garima\Anaconda3\envs\fastai-3.7\lib\site-packages\numpy\lib\npyio.py", line 1028, in read_data
items = [conv(val) for (conv, val) in zip(converters, vals)]
File "C:\Users\Garima\Anaconda3\envs\fastai-3.7\lib\site-packages\numpy\lib\npyio.py", line 1028, in
items = [conv(val) for (conv, val) in zip(converters, vals)]
File "C:\Users\Garima\Anaconda3\envs\fastai-3.7\lib\site-packages\numpy\lib\npyio.py", line 746, in floatconv
return float(x)
ValueError: could not convert string to float: '-0.07616415-0.1313511'

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