-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Dataset Preparation Guide. #2148
Comments
@yustiks thank you for your note. looks like link on web page was currepted, when we move this file. This issue has beed already fixed in develop branch. and targeted to openvino 2021.3 release.. |
Thank you!
Then I run accuracy_checker with the following code:
and I have the next error:
What could be the problem? |
@yustiks looks like you have wrong indention in yml file ( |
Thank you! |
this error is not from the tool, this error speaks that you have invalid yml file,
Not sure that I understand you question... Which model do you mean? Do you have specific questions related config writing or what? |
You are right, thank you for pointing out this problem.
What could be the problem? |
As I said before you need to provide module for network architecture loading.
It does not look like your config format... |
thank you for fast reply! |
I have found an answer.
but I have another error...
|
Sorry, we provide examples only for Open Model Zoo models, and as I know there is no pytorch mask rcnn, so it is the reason why example is unavailable. I only can suggest to read docs and deeper analyze model code for preparing model configuration., At least, it should be clear how to import any other model.
is named arguments for this function. There is no checkpoint, because it loaded inside this function. I do not know about which model do you speak (yes, I know what is mask rcnn, but there are different implementations which can require different guiding), so I believe it is all what I can do for you... |
please read the docs, the error message is clear. Documentation contains info about required fields |
yes, you are right! thank you! I was mistaken, there should be resent50... |
I changed the configuration_file:
then I run accuracy_checker:
and I have the next error:
what could be the reason? |
@yustiks have you solved your issue? |
no =( |
Hello!
Thank you for the amazing work done!
I would like to calculate MaP for object detection model and experiencing some problems.
First, I couldn't find the link in the page of accuracy_checker/ReadMe:
"If you want to evaluate models using prepared config files and well-known datasets, you need to organize folders with validation datasets in a certain way. More detailed information about dataset preparation you can find in Dataset Preparation Guide."
Where is this Dataset Preparation Guide?
The text was updated successfully, but these errors were encountered: