open-mmlab / mmdeploy

OpenMMLab Model Deployment Framework
https://mmdeploy.readthedocs.io/en/latest/
Apache License 2.0
2.74k stars 628 forks source link

[Feature] Merge Jetson install scripts for Orin and Xavier platforms #1229

Open tehkillerbee opened 1 year ago

tehkillerbee commented 1 year ago

Motivation

In #1105 , an automatic install script was added for Orin platforms. I know this issue has already been merged but perhaps we should consider merging this updated script with the old script that I previously worked on so we have scripts for both Orin and older platforms (AGX Xavier, TX2) JetPack versions? https://github.com/open-mmlab/mmdeploy/blob/master/tools/scripts/build_linux_nvidia.sh

Related resources

No response

Additional context

No response

lvhan028 commented 1 year ago

Sure. @tehkillerbee would you like to pull a pr and make the updates?

tehkillerbee commented 1 year ago

@lvhan028 sure, I will take a look.

tehkillerbee commented 1 year ago

@lvhan028 Hello and sorry for not looking at this issue yet. I have not yet migrated to the latest mmcv/mmdeploy sources so I have not yet been able to work on merging the two scripts together. I probably also need to have an AGX setup with JetPack 5 to test (I have only been using 4.6 up to this point). Unfortunately, I do not have an Onyx (yet) to test with.

Also, do we still plan to support older Jetpack releases with mmdeploy (eg 4.6)?

lvhan028 commented 1 year ago

Is there a big difference between v4.6 and v5?