huytofu92 commited on
Commit
b3bf103
·
1 Parent(s): 1b02f46
Files changed (1) hide show
  1. vlm_tools.py +1 -3
vlm_tools.py CHANGED
@@ -138,9 +138,7 @@ class ObjectDetectionTool(Tool):
138
  """
139
  name = "object_detection"
140
  inputs = {
141
- "frames": {"type": "any", "description": "The list of frames (images) to detect objects in. Must be a List[str] or a List[np.ndarray]"},
142
- "onnx_path": {"type": "string", "description": "The path to the onnx file"},
143
- "names_path": {"type": "string", "description": "The path to the names file"}
144
  }
145
  output_type = "any"
146
 
 
138
  """
139
  name = "object_detection"
140
  inputs = {
141
+ "frames": {"type": "any", "description": "The list of frames (images) to detect objects in. Must be a List[str] or a List[np.ndarray]"}
 
 
142
  }
143
  output_type = "any"
144