mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-22 20:46:35 +00:00
upload model to cdn and api
switch to yolov11
This commit is contained in:
@@ -25,16 +25,9 @@ Linux
|
||||
pip install virtualenv
|
||||
python -m venv env
|
||||
env\Scripts\activate
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
```
|
||||
python -m pip install --upgrade pip
|
||||
pip install --upgrade huggingface_hub
|
||||
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
|
||||
pip install git+https://github.com/airockchip/ultralytics_yolov8.git
|
||||
pip install albumentations
|
||||
```
|
||||
|
||||
**3. Fix possible problems**
|
||||
* cv2.error: OpenCV(4.10.0) ...\window.cpp:1301: error: (-2:Unspecified error)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user