CAP_augmentation icon indicating copy to clipboard operation
CAP_augmentation copied to clipboard

Cut and paste augmentation for object detection and instance segmentation

Results 5 CAP_augmentation issues
Sort by recently updated
recently updated
newest added

Adding asserts to roots of folders makes the program more user friendly. Now, the scripts is unable to execute without downloaded data.

Hello, I want konw you batch_size and input image_size

hey, first of all, great work, thank you. I am getting this error; ValueError: empty range for randrange() (0,0, 0) which should mean there's a problem with the randint() function,...

Hey, Nice Project. I was wondering about your implementation for generating birds eye view, will it be possible to provide work/links/documents that you referred for this conversion ? which can...

I’d like to paste the segmented object (e.g. person) onto the target image, similar to your demo, instead of the whole image that contains the person. ![image](https://github.com/RocketFlash/CAP_augmentation/assets/37127150/2aacf0f4-51a3-41ce-8b6d-ff749b116d5d) Below is my...