-
EfficientDet: Scalable and Efficient Object Detection
* paper: https://arxiv.org/abs/1911.09070v1
> First, we propose a weighted bi-directional feature pyramid network (BiFPN), which allows ea…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
Hi @baeseongsu, apologies for bothering you again, but I have a few detailed questions that I hope you can help me with.
1. What does "VQA grounding" refer to in section E.1.3?
2. Could you explai…
-
## ❔Question
Use train.py & coco128.yml that have problem like list:
Weights & Biases: run 'pip install wandb' to automatically track and visualize YOLOv5 runs (RECOMMENDED)
hyperparameters: lr0=…
-
## ❔Question
yolov5: Memory is increasing till GPU got out of memory (during inference).
## Additional context
Tensorrt: 7.2.2
PyTorch: 1.6
OS: ubuntu 20.04.2 LTS
Logs:
* **cuda-memcheck --…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and f…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
Val
### Bug
When train…
-
Work in collaboration with @danaaubakirova from @huggingface
Original repo: https://github.com/styfeng/GenAug
----
## Proposal
### Pipeline Description
**Input:** The input consists of TIFF i…
-
Hi everyone,
I'm trying to combine the self-supervised architecture mean-teacher (MT) with nnUnet, which means to replace the Unet architecture with nnUnet in the student and teacher model in the fol…
LIKP0 updated
1 month ago
-
I noticed an inconsistency in data augmentation using Albumentations.
When you rotate the (cropped) image, Albumentations seems to fill up corner areas (which are empty due to the rotation) by mir…