mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-22 09:26:36 +00:00
fix augmentation - correct bboxes to be within borders+margin
Add classes = 80 as default number in yaml file
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user