Spaces:
Sleeping
Sleeping
sunnychenxiwang
commited on
Commit
•
8a32cc6
1
Parent(s):
266de48
Update pipeline/tool/object_detetction_model.py
Browse files
pipeline/tool/object_detetction_model.py
CHANGED
@@ -17,7 +17,7 @@ from pipeline.tool.scene_text_model import *
|
|
17 |
# import sys
|
18 |
# sys.path.append("pipeline/GroundingDINO")
|
19 |
# from groundingdino.util.inference import load_model, load_image, predict, annotate
|
20 |
-
from
|
21 |
|
22 |
|
23 |
|
|
|
17 |
# import sys
|
18 |
# sys.path.append("pipeline/GroundingDINO")
|
19 |
# from groundingdino.util.inference import load_model, load_image, predict, annotate
|
20 |
+
from pipeline.GroundingDINO.groundingdino.util.inference import load_model, load_image, predict, annotate
|
21 |
|
22 |
|
23 |
|