fix augmentation - correct bboxes to be within borders+margin

Add classes = 80 as default number in yaml file
This commit is contained in:
zxsanny
2024-09-24 12:56:05 +03:00
parent 42ea4ebc2f
commit c234e8b190
9 changed files with 178 additions and 78 deletions
+1 -2
View File
@@ -36,13 +36,12 @@ Linux
```
**3. Fix possible problems**
* Windows:
* cv2.error: OpenCV(4.10.0) ...\window.cpp:1301: error: (-2:Unspecified error)
```
pip uninstall opencv-python
pip install opencv-python
```
* fbgemm.dll error
* fbgemm.dll error (Windows specific)
```
copypaste libomp140.x86_64.dll to C:\Windows\System32
```