Spaces:
Sleeping
Sleeping
Commit ·
7452783
1
Parent(s): b84d1c2
Remove lingering cv2 import from explain.py to fix libGL error
Browse files- src/explain.py +0 -1
src/explain.py
CHANGED
|
@@ -5,7 +5,6 @@ Generates visual explanations showing which parts of the leaf image the model fo
|
|
| 5 |
|
| 6 |
import torch
|
| 7 |
import torch.nn.functional as F
|
| 8 |
-
import cv2
|
| 9 |
import numpy as np
|
| 10 |
from PIL import Image
|
| 11 |
import matplotlib.pyplot as plt
|
|
|
|
| 5 |
|
| 6 |
import torch
|
| 7 |
import torch.nn.functional as F
|
|
|
|
| 8 |
import numpy as np
|
| 9 |
from PIL import Image
|
| 10 |
import matplotlib.pyplot as plt
|