fix tensor rt engine

This commit is contained in:
zxsanny
2025-03-28 14:50:43 +02:00
committed by Alex Bezdieniezhnykh
parent 5b89a21b36
commit 06a23525a6
16 changed files with 272 additions and 94 deletions
+4 -1
View File
@@ -26,12 +26,15 @@ Linux
python -m venv env
env\Scripts\activate
pip install -r requirements.txt
pip uninstall -y torch
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126
```
**3. Fix possible problems**
* cv2.error: OpenCV(4.10.0) ...\window.cpp:1301: error: (-2:Unspecified error)
```
pip uninstall opencv-python
pip uninstall -y opencv-python
pip install opencv-python
```
* fbgemm.dll error (Windows specific)