Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
This model is a MobileNetV2 variant searched with NAS-LCD for animal recognition.
|
| 6 |
+
|
| 7 |
+
The usage of this model can be found in example_inference.py.
|
| 8 |
+
|
| 9 |
+
Example: python3 example_inference.py --torchscript nas_lcd_demo_mb_imagnet_zebra_torchscript.pt --image_path ENO_S2_C05_R1_IMAG1122.JPG --cls_map_path cls_map.txt
|