Spaces:
Sleeping
Sleeping
Update pages/Data Collection.py
Browse files- pages/Data Collection.py +0 -6
pages/Data Collection.py
CHANGED
|
@@ -1819,12 +1819,6 @@ elif st.session_state.current_page == "image_transformations":
|
|
| 1819 |
cv2.destroyAllWindows()
|
| 1820 |
""", language="python")
|
| 1821 |
|
| 1822 |
-
|
| 1823 |
-
import streamlit as st
|
| 1824 |
-
import numpy as np
|
| 1825 |
-
import cv2
|
| 1826 |
-
import zipfile
|
| 1827 |
-
import io
|
| 1828 |
|
| 1829 |
# Function to apply affine transformations
|
| 1830 |
def apply_affine_transformation(image, transformation_type):
|
|
|
|
| 1819 |
cv2.destroyAllWindows()
|
| 1820 |
""", language="python")
|
| 1821 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1822 |
|
| 1823 |
# Function to apply affine transformations
|
| 1824 |
def apply_affine_transformation(image, transformation_type):
|