Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,8 @@ from torchvision.models.detection.faster_rcnn import FastRCNNPredictor
|
|
9 |
import cv2
|
10 |
import numpy as np
|
11 |
from matplotlib.colors import LinearSegmentedColormap
|
|
|
|
|
12 |
|
13 |
# Function Definitions
|
14 |
|
|
|
9 |
import cv2
|
10 |
import numpy as np
|
11 |
from matplotlib.colors import LinearSegmentedColormap
|
12 |
+
import pytorch_lightning as pl
|
13 |
+
from tqdm import tqdm
|
14 |
|
15 |
# Function Definitions
|
16 |
|