Mike
Mike
https://github.com/WongKinYiu/yolov7/issues/1205 https://github.com/WongKinYiu/yolov7/pull/1262
Feel free to create a PR for Yolov7 @albertomenen :smile:
Changing: `implementation 'org.pytorch:pytorch_android_lite:1.10.1` to: `implementation 'org.pytorch:pytorch_android_lite:1.12.1` in `build.gradle` didn't solve it for me either...
This seems to be similar to https://github.com/albumentations-team/albumentations/issues/716
This: https://github.com/albumentations-team/albumentations/issues/716#issuecomment-760723917 didn't fix it for me
Mixup gives consistent boosts on image classification when using the loss presented in the paper. It also helps on COCO for object detection in the case of large models that...
Thank for the feedback @i-aki-y! Branch updated based on your comments: - stochastic operations moved to `get_params` - apply is now deterministic - alpha and beta defining the distribution are...
> What will happen if you remove the "additional_targets"? Thanks @i-aki-y! That simple change solved it! Updated the usage example
I consider this ready for review. Don't want to steal the spotlight here @i-aki-y but should I put a PR up for Mosaic as well? I implemented it using the...
> Making a new Compose class that handles multi and single-image targets seems more flexible Yup, I agree here