Spaces:
Build error
Build error
Liangyu
commited on
Commit
Β·
f2f297f
1
Parent(s):
2a136c4
add debug code
Browse files
app.py
CHANGED
|
@@ -26,7 +26,9 @@ import numpy as np
|
|
| 26 |
print('60\% \imported')
|
| 27 |
|
| 28 |
from mmdet.apis import init_detector, inference_detector
|
|
|
|
| 29 |
from utils import show_result
|
|
|
|
| 30 |
from mmcv import Config
|
| 31 |
|
| 32 |
print('100\% \imported')
|
|
|
|
| 26 |
print('60\% \imported')
|
| 27 |
|
| 28 |
from mmdet.apis import init_detector, inference_detector
|
| 29 |
+
print('70\% \imported')
|
| 30 |
from utils import show_result
|
| 31 |
+
print('80\% \imported')
|
| 32 |
from mmcv import Config
|
| 33 |
|
| 34 |
print('100\% \imported')
|