Hemant Rawat
Hemant Rawat
@fabclmnt Can you help me with that : pandas-profiling needs markupsafe version 2.1.1 when installed version 2.1.1, anaconda jupyter notebook stopped working. By uninstalling version 2.1.1 and reinstalling 2.0.1, notebook...
@glenn-jocher Thank you for your quick reponse i'll implement this and get back to you with the results!!! Thank you!!! Great day
Hi, @glenn-jocher I hope this message finds you well. I'm reaching out to seek your expertise on a challenge I'm facing with my object detection project using YOLOv8 models. After...
Hii @glenn-jocher Last time i have asked you the question about the The outputs are as follows: "var_1504" - "MultiArray: Float32 1 × 37 × 8400 array" (1.000000) "p" -...
@glenn-jocher well i have yolov8-segmentation model if the problem is with the conversion from yolov8-seg to coreml i read this one https://github.com/ultralytics/yolov5/issues/5157#issuecomment-949281368 can i use this to convert my model...
Hii @glenn-jocher my main question was Like this there are 8400 bounding box predicitions as you can see that these coordinates are not normalised can you help me with im...
Hi, @glenn-jocher hope you are good, Well i have reproduce the coreml multiarray output, what i did is i convert the yolov8-seg.pt model into onnx model using yolo export model=path/of/model...
Hi, @glenn-jocher hope you are doing well i also tried converting the yolo-seg model using export-nms.py script this is how the results in the netron  you...
Hi, @glenn-jocher wishing you Happy Holi from India, hope you are doing Well, This is the export-nms.py script coreml export code snippet `class CoreMLExportModel(torch.nn.Module): def __init__(self, base_model, img_size): super().__init__() self.base_model...
Hi, @glenn-jocher i working on the forward pass can you please guide me with the following: ` model_path = 'boundary.pt' yolo_model = YOLO(model_path) img_path = 'Screenshot from 2024-03-19 17-54-56.png' image...