Harri

Results 5 issues of Harri

Is there a way to run this on Google Colab: https://colab.research.google.com/drive/1iQkvCSbFx84ZuPWhxcFPSDayyyYX1vj8?usp=sharing I got to the bit where I've installed the dependencies but I'm struggling to figure out how to install...

im looking to get the results object equivalent from yolov8 but in yolov9. yolov8: ```python results = model.predict(image, save=True, iou=0.3, save_txt=True, conf=0.06) for r in results: bounding_boxes = r.boxes.xyxy.numpy() ```...

When using the below code: ``` !python detect.py \ --img 640 --conf 0.1 --device 0 --save-txt \ --weights /gdrive/MyDrive//040324models/exp/weights/best.pt \ --source '/content/myimages' ``` the .txt file produced has the following...

is it possible to add .fit files to this?

Can a minimal reproducible example be provided where undouble is used where: input: a folder path of images, path of image we care about output: a table / pandas dataframe...