Open
Description
Please find a few suggestions for improving the readme file and conda yml file below:
- Should we put Frequently asked questions in the end as Notebooks and
Getting Started may be more important to the user? - It could be helpful to introduce a few applications of image classification in the beginning.
- "Demonstrates a trained model and inference an image from your computer's webcam." where"inference" should be "inferences".
- The numbering of the notebooks is a bit confusing to me. Should 01 be 0_1 and 11 be 1_1?
- For consistence, maybe change the title "Getting Started" to "Getting started".
cd ComputerVisionBestPractices/image_classification
should be
cd ComputerVisionBestPractices/classification
- The versions of some packages in environment.yml are not specified, e.g., torchvision. It might be better to fix the versions if it's possible.