forked from onnx/models
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update README.md- Description, contribution and License #1
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com> Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
Description text, License and Contributers
Added more contributors
The model has passed the ONNX checker.
Removed the Gradio demo section for now.
elboyran
changed the title
Update README.md
Update README.md- Description, contribution and License
Nov 8, 2022
8 tasks
cwmeijer
approved these changes
Nov 9, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clear intro text 👍
* Request to join ONNX Organization: https://huggingface.co/onnx | ||
* Once approved transfer model from your username to ONNX organization | ||
* Add a badge for model in model table, see examples in [Models list](https://github.com/onnx/models#models) | ||
LeafSnap30 is a Neural Network model trained on the [LeafSnap 30 dataset](https://zenodo.org/record/5061353/). It addresses an image classificaiton task- identifying 30 tree species from images of their leaves. This task has been approached with classical computer vision methods a decade ago on more species dataset containing artifacts, while this model is trained on a smaller and cleaner dataset, particularly useful for demonstrating NN classification on simple, yet realistic scientific task. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
LeafSnap30 is a Neural Network model trained on the [LeafSnap 30 dataset](https://zenodo.org/record/5061353/). It addresses an image classificaiton task- identifying 30 tree species from images of their leaves. This task has been approached with classical computer vision methods a decade ago on more species dataset containing artifacts, while this model is trained on a smaller and cleaner dataset, particularly useful for demonstrating NN classification on simple, yet realistic scientific task. | |
LeafSnap30 is a Neural Network model trained on the [LeafSnap 30 dataset](https://zenodo.org/record/5061353/). It addresses an image classification task- identifying 30 tree species based on the images of their leaves. This task has been approached with classical computer vision methods a decade ago on the full [leafsnap dataset](http://leafsnap.com/dataset/). This model is trained on Leafsnap30 dataset, a cleaned version of a subset of the 30 largest classes, particularly useful for demonstrating NN classification on a simple, yet realistic scientific task. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description text, License and Contributers
Model Name
Description
Description of model - What task does it address (i.e. object detection, image classification)? What is the main advantage or feature of this model's architecture?
All ONNX models must pass the ONNX model checker before contribution. The snippet of code below can be used to perform the check. If any errors are encountered, it implies the check has failed.
Contribute a Gradio Demo to ONNX Organization on Hugging Face
Model
Please submit new models with Git LFS by committing directly to the repository, and using relative links (i.e. model/vgg19-7.onnx) in the table above. In this file name example, vgg19 is the name of the model and 7 is the opset number.
Source
Source Framework ==> ONNX model
i.e. Caffe2 DenseNet-121 ==> ONNX DenseNet
Inference
Step by step instructions on how to use the pretrained model and link to an example notebook/code. This section should ideally contain:
Input
Input to network (Example: 224x224 pixels in RGB)
Preprocessing
Preprocessing required
Output
Output of network
Postprocessing
Post processing and meaning of output
Model Creation
Dataset (Train and validation)
This section should discuss datasets and any preparation steps if required.
Training
Training details (preprocessing, hyperparameters, resources and environment) along with link to a training notebook (optional).
Also clarify in case the model is not trained from scratch and include the source/process used to obtain the ONNX model.
Validation accuracy
Validation script/notebook used to obtain accuracy reported above along with details of how to use it and reproduce accuracy. Details of experiments leading to accuracy from the reference paper.
Test Data Creation
Creating test data for uploaded models can help CI to verify the uploaded models by ONNXRuntime utilties. Please upload the ONNX model with created test data (
test_data_set_0
) in the .tar.gz.Requirement
Usage
Example
The input/output .pb files will be produced under
temp/examples/test1/test_data_set_0
.More details
https://github.com/microsoft/onnxruntime/blob/master/tools/python/PythonTools.md
Update ONNX_HUB_MANIFEST.json for ONNX Hub
If this PR does update/add .onnx or .tar.gz files, please use
python workflow_scripts/generate_onnx_hub_manifest.py --target diff
to update ONNX_HUB_MANIFEST.json with according model information (especially SHA) for ONNX Hub.References
Link to paper or references.
Contributors
Contributors' names
License
Add license information - on default, Apache 2.0