-
I recently solved the under-fitting problem for my small train datasets with 90 samples.
However, there are multiple bounding box containing same object, and there are multiple bounding box have c…
-
Can anyone explain why confidence score is coming "0" after training ( 3 epochs ) and NO bounding box in coming in validation prediction?
![train_batch0](https://github.com/computervisioneng/tra…
-
## Background
- 3가지 모델에 대해 (효석님, 동우님, 경륜 각각 1개씩) WBF로 앙상블을 한 결과 성능 대폭 상승함
- 여러 앙상블 실험을 통해 실험 결과를 공유할 예정
## Content
- parser 파라미터들을 간단하게 설명하자면,
- `--csv_folder_path` : 내가 앙상블하고 싶은 csv 파일들이 저장되어 …
-
GitHubTags: !A11y_AzureDataStudio;!A11yMAS; !A11yTCS;!SQL Azure Data Studio;!WCAG1.3.1;!WCAG3.3.2;!DesktopApp;!Win10;!NVDA;!AI4D
Environment Details:
Application Name: Azure Data Studio
Version: 1.…
-
After upgrading `keras-cv` to v0.6.1 I noticed that predict method of RetinaNet model became really slow comparing with v0.5.1 as result it complicates COCO metrics evaluation.
```
inputs = [SINGL…
-
I can't run demo code. I have installed all the requirements. I get following error:
`Traceback (most recent call last): …
-
Thanks for reporting the unexpected results and we appreciate it a lot.
**Checklist**
1. I have searched related issues but cannot get the expected help.
2. I have read the [FAQ documentation](…
-
I use python version and requirements.txt specified in this repo to create a python env. For videos from val and test splits only first 110 frames are used for evaluation. I enlarge the face bounding …
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
For detection_output_layer.cu, nms is done per class. E.g.
- for class = 1: classnum
- ..... select scores for the class
- ..... sort the scores
- ..... apply nms
- end
Since sorting is…