-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi!
I am trying to load tensorflow-vast into my ECAP image that is running on a Jetson Nano.
I successfully loaded Tonel 1.74 into this image. The v1.3 Tonel version can't be loaded because my ECAP image does not have the newest required SUnit maps available.
Loading tensorflow-vast into this image via the application manager fails due to a missing subordinate related to TFInput during the loading process.
Loading the code via the following script also fails because the SUnit prerequisite 'z.ST: SUnit V 9.2.2 [002]'
is missing in my image
| loader path |
path := (CfsPath named: '').
loader := TonelLoader readFromPath: path.
loader
beUnattended; "do not prompt and use all defaults"
useGitVersion.
loader loadAllMapsWithRequiredMaps.
Is there a newer ECAP release available for the Jetson Nano?
If not, how can I load an older version of this repo that works with the 'ECAP VAST 9.0.0' release on a nvidia jetson?
Thank you!