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

running the Convert.py file #23

Closed
hiddensquid1409 opened this issue Jun 27, 2019 · 2 comments
Closed

running the Convert.py file #23

hiddensquid1409 opened this issue Jun 27, 2019 · 2 comments

Comments

@hiddensquid1409
Copy link

I am trying to run the convert.py file and I get the following error
Traceback (most recent call last):
File "scripts/NYU/convert.py", line 180, in
Parallel(num_threads)(delayed(convert_image)(i, scenes[i], depth[i, :, :].T, images[i, :, :].T, labels[i, :, :].T) for i in range(len(images)))
File "/home/jorgegarciaserna/project/lib/python3.6/site-packages/joblib/parallel.py", line 934, in call
self.retrieve()
File "/home/jorgegarciaserna/project/lib/python3.6/site-packages/joblib/parallel.py", line 833, in retrieve
self._output.extend(job.get(timeout=self.timeout))
File "/home/jorgegarciaserna/project/lib/python3.6/site-packages/joblib/_parallel_backends.py", line 521, in wrap_future_result
return future.result(timeout=timeout)
File "/usr/lib/python3.6/concurrent/futures/_base.py", line 432, in result
return self.__get_result()
File "/usr/lib/python3.6/concurrent/futures/_base.py", line 384, in __get_result
raise self._exception
struct.error: required argument is not an integer

@xctspring
Copy link

Hi,

Have you solved it? I have the same problem.

@bishwarup307
Copy link

check #24 for the solution.

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

3 participants