Spaces:
Runtime error
Runtime error
Andrey
commited on
Commit
•
c7126bf
1
Parent(s):
9ab711c
V0.2 (#6)
Browse files* Upload images and bboxes to s3. Refactor.
* Remove comment.
* Add boto3 to requirements.txt
- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
albumentations==1.3.0
|
|
|
2 |
matplotlib==3.6.1
|
3 |
numpy==1.23.4
|
4 |
omegaconf==2.2.1
|
|
|
1 |
albumentations==1.3.0
|
2 |
+
boto3
|
3 |
matplotlib==3.6.1
|
4 |
numpy==1.23.4
|
5 |
omegaconf==2.2.1
|