We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"Hello, I have been running the code step by step, but why can't this image be plotted? It keeps giving me an error."
plot_detections(input_dir ="detections1", input_json="json/station_list.json", plot_type='station_map', marker_size=50)
OSError: [Errno 22] Invalid argument: 'detections1\B921_outputs"\"X_prediction_results.csv'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
"Hello, I have been running the code step by step, but why can't this image be plotted? It keeps giving me an error."
You can also visulaize the number of detections over your network using this:
plot_detections(input_dir ="detections1",
input_json="json/station_list.json",
plot_type='station_map',
marker_size=50)
OSError: [Errno 22] Invalid argument: 'detections1\B921_outputs"\"X_prediction_results.csv'
The text was updated successfully, but these errors were encountered: