updated for boundary
Browse files- S2FApp/requirements.txt +2 -0
S2FApp/requirements.txt
CHANGED
|
@@ -3,6 +3,8 @@ torch>=2.0.0
|
|
| 3 |
torchvision>=0.15.0
|
| 4 |
numpy>=1.20.0
|
| 5 |
opencv-python>=4.5.0
|
|
|
|
|
|
|
| 6 |
streamlit>=1.28.0
|
| 7 |
streamlit-drawable-canvas-fix>=0.9.8
|
| 8 |
matplotlib>=3.5.0
|
|
|
|
| 3 |
torchvision>=0.15.0
|
| 4 |
numpy>=1.20.0
|
| 5 |
opencv-python>=4.5.0
|
| 6 |
+
scipy>=1.7.0
|
| 7 |
+
scikit-image>=0.19.0
|
| 8 |
streamlit>=1.28.0
|
| 9 |
streamlit-drawable-canvas-fix>=0.9.8
|
| 10 |
matplotlib>=3.5.0
|