# Toolbox **Repository Path**: zhang-hao688/Toolbox ## Basic Information - **Project Name**: Toolbox - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-27 - **Last Updated**: 2025-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Toolbox * iou.py The code of calculating IOU. * nms.py The code of implementing NMS. * download_huggingface.py Downloading files from huggingface using python * infer_example.py An example of using the trained model to infer a dataset. * xml2coco.py Convert the yolo_style xml annotation to coco_style json annotation for object detection * llm_lora_infer.py merge lora weight to llm for inferring