RafaelReverberi commited on
Commit
5d426b6
·
verified ·
1 Parent(s): 6f1ae8c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -3
README.md CHANGED
@@ -1,3 +1,25 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ # BallScope Jetson Wheels
5
+
6
+ This repository stores downloadable Jetson PyTorch wheels for BallScope.
7
+
8
+ Main project repository:
9
+ - [BallScope on GitHub](https://github.com/rafaelreverberi/ballscope)
10
+
11
+ ## Contents
12
+ - `wheels/`: Jetson-compatible PyTorch wheel files (`.whl`) used by BallScope setup
13
+
14
+ ## Intended Use
15
+ These wheel files are downloaded by BallScope setup scripts on NVIDIA Jetson devices as needed.
16
+ For application code, setup instructions, and platform notes, see:
17
+ - [https://github.com/rafaelreverberi/ballscope](https://github.com/rafaelreverberi/ballscope)
18
+
19
+ ## Notes
20
+ - Files may be large.
21
+ - Keep filenames stable when possible.
22
+ - Ensure wheel compatibility with JetPack/L4T and Python version.
23
+
24
+ ## License
25
+ See `LICENSE`.