-
Notifications
You must be signed in to change notification settings - Fork 137
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
datum explore not available on datasets #1252
Comments
Hi @CourchesneA , Thanks for your interest on our project and sorry for the late response. Based on the command you posted, it seems that the issue arises when using 'explore' without having created your project. If you want to use
If you are using ProjectCli, create a project and import a dataset before running the command, as demonstrated below. You can find further details in the documentation.
If you have checked all the above and are still experiencing the issue, please let me know. |
That is correct, I am not using the I was able to get it to work by commenting out those lines in the source code of datumaro:
|
Hi @CourchesneA , Sorry for late response. I've incorporated your feedback through #1271 regarding the functionality of the explore command when it operates without a project. Now, you can execute the explore command as follows
If you've tested the above steps and are still encountering the problem, please don't hesitate to inform me. Thank you! |
I was testing new functions available on the cli such as
datum explore
.From the documentation,it looks like the command is available on datasets with the syntax:
datum explore -query-img-path <path/to/image> -topk 10 <path/to/dataset/>
However, when I do exactly this on my dataset, I get the following error:
The text was updated successfully, but these errors were encountered: