-
I was looking at a past issue (see below) regarding how to set-up my custom dataset for INT8 calibration. I was just wondering what subset of the dataset indicated in the YAML file is used for calibra…
-
Hi. I want to compare the performance between yolov5 and DETR (from Hugging Face). The custom dataset I have has already txt lables in YOLO format. However, DETR expects labels to be in COCO format.
…
-
I have a custom trained detectron2 model for instance segmentation that I load and use for inference as below:
```python
cfg = get_cfg()
cfg.merge_from_file(config_path)
cfg.MODEL.WEIGHTS = weight…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no si…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
Hey Andre, I had a doubt regarding Model Conversion. I am trying to use Mobile net trained model, which is already based on Tensorflow, Do I need to undergo model conversion for that? I dont think I s…
-
PR #467 introduces code to measure container images into a TDX RTMR during loading. However, the absence of an event log poses challenges to verifiers when images are loaded out of order. An event lo…
-
Hi all,
I'm trying to apply this implementation of SSD to Udacity's self driving car dataset (see https://github.com/udacity/self-driving-car/tree/master/annotations). It turned out that the origin…
-
Recently, I have been attempting to perform image inference on Windows using models that I have converted myself. To verify the feasibility of my conversion method, I tested three models: person_v8n.o…
-
The error occurs when trying to evaluate the ONNX model by this command"yolo val task=detect model=best.onnx imgsz=640 data=custom_data.yaml":
yolov10/ultralytics/utils/metrics.py", line 366, in proc…