Dave-A commited on
Commit
f37d0b8
·
1 Parent(s): 0c810cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- #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
 
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