Spaces:
Build error
Build error
Upload requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
torchvision
|
| 3 |
+
opencv-python
|
| 4 |
+
matplotlib
|
| 5 |
+
scikit-learn
|
| 6 |
+
ultralyticsplus
|
| 7 |
+
numpy
|
| 8 |
+
albumentations
|
| 9 |
+
wandb
|
| 10 |
+
tqdm
|
| 11 |
+
transformers
|
| 12 |
+
scipy
|
| 13 |
+
comet_ml
|
| 14 |
+
pandas
|
| 15 |
+
skimage
|
| 16 |
+
pathlib
|