https://github.com/wardbox/dji-livestream
https://github.com/wardbox/dji-livestream
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wardbox/dji-livestream
- Owner: wardbox
- Created: 2023-05-13T17:46:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T15:50:20.000Z (about 2 years ago)
- Last Synced: 2025-01-15T21:27:16.098Z (4 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dji-livestream
install pytorch for your cuda version
get cuda version by running
`nvcc --version`## for 11.7
`pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117`