We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9a0cc commit 238afa0Copy full SHA for 238afa0
detect_mask/Mask.py
@@ -3,7 +3,8 @@
3
from fastai.vision import *
4
import imp
5
import sys
6
-import os
+import os
7
+import warnings
8
from pathlib import Path
9
warnings.filterwarnings("ignore")
10
0 commit comments