Initial commit
Browse files
README.md
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
language: en
|
|
@@ -40,4 +41,9 @@ The model can be easily loaded from Hugging Face Hub for inference.
|
|
| 40 |
|
| 41 |
```bash
|
| 42 |
# Install required libraries
|
| 43 |
-
pip install torch torchvision timm albumentations huggingface-hub numpy<2.0 pillow opencv-python
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<<<<<<< HEAD
|
| 2 |
---
|
| 3 |
license: apache-2.0
|
| 4 |
language: en
|
|
|
|
| 41 |
|
| 42 |
```bash
|
| 43 |
# Install required libraries
|
| 44 |
+
pip install torch torchvision timm albumentations huggingface-hub numpy<2.0 pillow opencv-python
|
| 45 |
+
=======
|
| 46 |
+
---
|
| 47 |
+
license: apache-2.0
|
| 48 |
+
---
|
| 49 |
+
>>>>>>> 96df5800dd01e6edcea4c1417179b056d6e3e22d
|