- 25 Nov, 2024 2 commits
-
-
myhloli authored
- Use os.path.join to construct file paths for better cross-platform compatibility - Remove hardcoded file path
-
myhloli authored
- Add is_draw_visualization_bbox parameter to enable/disable visualization of bounding boxes - Refactor the parsing process to improve code readability and maintainability - Update function documentation to reflect new parameter - Simplify test code by using a more generic variable name
-
- 24 Nov, 2024 1 commit
-
-
icecraft authored
-
- 08 Nov, 2024 1 commit
-
-
myhloli authored
- Add orig_model_list parameter to maintain original model data - Deep copy model_json and pipe.model_list to preserve data integrity - Update json_md_dump function call to include orig_model_list - Improve condition check for empty model_json
-
- 27 Oct, 2024 1 commit
-
-
myhloli authored
- Update model download instructions for versions 0.9.x and later - Simplify demo scripts by removing unnecessary model configuration - Add visualization function to draw bounding boxes - Update CLI help message with new URL
-
- 25 Jul, 2024 1 commit
-
-
yzz authored
-