mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-30 02:31:40 +00:00
RKNN conversion tool (#2024)
This commit is contained in:
7
scripts/rknn-convert-tool/MAINTAINERS.md
Normal file
7
scripts/rknn-convert-tool/MAINTAINERS.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Notebook
|
||||
|
||||
In the first cell of the RKNN conversion notebook, the installation script uses a structured list of dictionaries to define the download URLs and filenames for required scripts. Each dictionary includes a `url` (a permalink to a specific commit) and the corresponding `filename`.
|
||||
|
||||
Please ensure that all URLs in this array use permalinks—that is, links pointing to a specific commit hash rather than a branch name (e.g., main). This guarantees that the correct version of each script is always fetched, and prevents unexpected changes if the repository is updated in the future.
|
||||
|
||||
You typically won’t need to update these permalinks unless one of the referenced scripts is modified. In that case, update the commit hash in the URLs accordingly.
|
||||
Reference in New Issue
Block a user