preubas
This commit is contained in:
parent
aa2132f3cf
commit
5a52018b03
26
comandos.txt
Normal file
26
comandos.txt
Normal file
@ -0,0 +1,26 @@
|
||||
# Base estable
|
||||
pip install numpy==1.26.4
|
||||
|
||||
# OpenCV compatible con numpy 1.x
|
||||
pip install opencv-python==4.8.1.78
|
||||
pip install torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 --index-url https://download.pytorch.org/whl/cu118
|
||||
pip install ultralytics --no-deps
|
||||
pip install opencv-python==4.8.1.78 matplotlib pyyaml scipy requests pillow
|
||||
|
||||
pip install tensorflow==2.21
|
||||
pip install tf-keras
|
||||
pip install deepface
|
||||
|
||||
pip install onnxruntime
|
||||
pip install edge-tts
|
||||
|
||||
pip install numpy pandas
|
||||
|
||||
sudo apt install libxcb-xinerama0
|
||||
sudo apt install fonts-dejavu
|
||||
QT_DEBUG_PLUGINS=0 python fusion.py
|
||||
|
||||
|
||||
pip cache purge
|
||||
python -c "import torch; print(torch.cuda.is_available())"
|
||||
python -c "import torch; print(torch.cuda.get_device_name(0))"
|
||||
BIN
runs/detect/predict2/bus.jpg
Normal file
BIN
runs/detect/predict2/bus.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 357 KiB |
Loading…
Reference in New Issue
Block a user