Mike
Mike
Is this on your roadmap? @onurtore, @Dipet
> I think this is not a bug. As pointed out in #746, to fit the rotated bounding box on the targets, information about the shape of the target is...
I see, thanks again. So, `Affine` is comprised of: ```text - Translation ("move" image on the x-/y-axis) - Rotation - Scaling ("zoom" in/out) - Shear (move one side of the...
On a different note. After this conversation it is clear to me that rotate_method='ellipse' is clearly superior to 'largest_box' for most applications. Maybe it should be the standard in albumentations...
Another similar issue: https://github.com/albumentations-team/albumentations/issues/182
Same problem here with PDFs. Tried several different ones with the same result: ```bash (env) ➜ sample-app-aoai-chatGPT git:(main) ✗ python scripts/data_preparation.py --config scripts/config.json Data preparation script started Preparing data for...
So this error: `Exception: No chunks found. Please check the data path and chunk size` could be due to no quota available?
This works (without sequence length info): `--SEQ_INFO MOT17-02-FRCNN MOT17-04-FRCNN` This does not: `--SEQ_INFO "{'MOT17-02-FRCNN': 5, 'MOT17-04-FRCNN': 5}"`
Ok, based on: https://github.com/JonathonLuiten/TrackEval/blob/ec237ec3ef654548fdc1fa1e100a45b31a6d4499/scripts/run_mot_challenge.py#L73-L74 I can confirm that this is not possible. Why not grab the number of frames from the image folder itself instead of specifying it manually in...
Hi @AyushExel > we just released the Ultralytics framework. https://github.com/ultralytics/ultralytics Congratulations! Looks awesome. Will let you know when I try it out :smile: