diff --git a/bus.jpg b/bus.jpg new file mode 100644 index 0000000..40eaaf5 Binary files /dev/null and b/bus.jpg differ diff --git a/comandos.txt b/comandos.txt new file mode 100644 index 0000000..74153b6 --- /dev/null +++ b/comandos.txt @@ -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))" \ No newline at end of file diff --git a/runs/detect/predict2/bus.jpg b/runs/detect/predict2/bus.jpg new file mode 100644 index 0000000..f299e60 Binary files /dev/null and b/runs/detect/predict2/bus.jpg differ