Update app.py
Browse files
app.py
CHANGED
@@ -16,8 +16,8 @@ from torch.utils.data import Dataset, DataLoader
|
|
16 |
#from sklearn.metrics import accuracy_score
|
17 |
|
18 |
#from tqdm import tqdm
|
19 |
-
import opencv-python
|
20 |
-
|
21 |
#import albumentations as A # Albumentations is a computer vision tool that boosts the performance of deep convolutional neural networks. (https://albumentations.ai/)
|
22 |
#import matplotlib.pyplot as plt
|
23 |
#import seaborn as sns
|
|
|
16 |
#from sklearn.metrics import accuracy_score
|
17 |
|
18 |
#from tqdm import tqdm
|
19 |
+
#import opencv-python
|
20 |
+
import cv2
|
21 |
#import albumentations as A # Albumentations is a computer vision tool that boosts the performance of deep convolutional neural networks. (https://albumentations.ai/)
|
22 |
#import matplotlib.pyplot as plt
|
23 |
#import seaborn as sns
|