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

the results are not displayed or saved, #162

Closed
cyh-123 opened this issue Aug 27, 2021 · 5 comments
Closed

the results are not displayed or saved, #162

cyh-123 opened this issue Aug 27, 2021 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@cyh-123
Copy link

cyh-123 commented Aug 27, 2021

When I run pyodi ground-truth ../instances_train2017.json according to the tutorial, the results are not displayed or saved, and the code does not report errors. The following are the results:

2021-08-27 21:57:18.223 | INFO     | pyodi.core.utils:coco_ground_truth_to_df:38 - Loading Ground Truth File
2021-08-27 21:57:18.302 | INFO     | pyodi.core.utils:coco_ground_truth_to_df:48 - Converting COCO Ground Truth to pd.DataFrame
2021-08-27 21:57:18.418 | INFO     | pyodi.plots.common:plot_scatter_with_histograms:61 - Plotting Scatter with Histograms
2021-08-27 21:57:18.735 | INFO     | pyodi.plots.common:plot_scatter_with_histograms:61 - Plotting Scatter with Histograms

@mmeendez8 mmeendez8 self-assigned this Aug 27, 2021
@mmeendez8 mmeendez8 added the bug Something isn't working label Aug 27, 2021
@github-actions
Copy link

Branch issue-162-the_results_are_not_displayed_or_saved created!

@mmeendez8
Copy link
Contributor

mmeendez8 commented Aug 27, 2021

Hi @cyh-123, it works well for me. Note that plotly by default opens a tab in your browser, so you can interact with the plots.
Might be related with https://community.plotly.com/t/plotly-not-loading-in-browser/39108/6

Could you provide a little bit more info about your environment?

Operating System:
Python version:
Python env: (conda, venv, ..):
Default browser:

@cyh-123
Copy link
Author

cyh-123 commented Aug 28, 2021

Thank you very much, I have solved this problem, i changed "output: Optional[str] = None" to my own path in "pyodi/pyodi/plots/common.py"

@mmeendez8
Copy link
Contributor

Note you can also pass the argument output:

pyodi ground-truth ../instances_train2017.json --output [your-output-folder-path]

@cyh-123
Copy link
Author

cyh-123 commented Aug 28, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants