Upload anime_object_detection/requirements.txt with huggingface_hub
Browse files
anime_object_detection/requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.44.0
|
| 2 |
+
numpy
|
| 3 |
+
pillow
|
| 4 |
+
onnxruntime
|
| 5 |
+
huggingface_hub
|
| 6 |
+
scikit-image
|
| 7 |
+
pandas
|
| 8 |
+
opencv-python>=4.6.0
|
| 9 |
+
hbutils>=0.9.0
|
| 10 |
+
dghs-imgutils>=0.5.0
|
| 11 |
+
git+https://github.com/deepghs/imgutils.git
|
| 12 |
+
httpx
|