Copying optimized models from one machine to another

I have to set up 8 identical Jetsons with the ZED SDK and I want to optimize all the models ahead of time. Model optimization takes a very long time.

Is there a way to just do it on one of them and then copy some files from somewhere to the other 7 to save time?

Thanks

Yes, you can copy the whole /usr/local/zed/resources/ folder or each optimized model individually (filename starting with a dot). If bandwidth is limited you can copy the global timing cache only, it will skip like 80% of optim time while the file is only a few MB (/usr/local/zed/resources/.*_timing_cache).

2 Likes