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

No such file or directory: ".current_index_Namespace(path_timestamps='tools/DatasetViewer/timestamps.json', root_path='STF/SeeingThroughFogCompressedExtracted', username='admin', view_only=False)" #74

Open
RhythmOfTheRain-Byte opened this issue Nov 25, 2023 · 0 comments

Comments

@RhythmOfTheRain-Byte
Copy link

When I execute the visualization tool file DataViewer_V2.py
the following error occurs?

Traceback (most recent call last):
File "/home/SeeingThroughFog/tools/DatasetViewer/DataViewer_V2.py", line 830, in closeEvent
self.save_current_index()
File "/home/SeeingThroughFog/tools/DatasetViewer/DataViewer_V2.py", line 836, in save_current_index
with open(index_file, 'w') as outfile:
FileNotFoundError: [Errno 2] No such file or directory: ".current_index_Namespace(path_timestamps='tools/DatasetViewer/timestamps.json', root_path='STF/SeeingThroughFogCompressedExtracted', username='admin', view_only=False)"
and in the def main(name):
name was printed as fellows:
Namespace(path_timestamps='tools/DatasetViewer/timestamps.json', root_path='STF/SeeingThroughFogCompressedExtracted', username='admin', view_only=False)

would you tell me how to fix this issue?
Thanks very much

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