This commit is contained in:
ecuellar 2026-04-08 11:01:55 -06:00
parent aa2132f3cf
commit 5a52018b03
3 changed files with 26 additions and 0 deletions

BIN
bus.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

26
comandos.txt Normal file
View 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))"

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 KiB