After running jetson-containers run $(autotag efficientvit) it does not completely built the container image to run efficientvit. Why am i raising this as an issue it took couple of hours to try this and after multiple tries to get the container up and running
/opt directory was missing
i created the directory in the container image
Then it was about trying to deploy the model manually
python3 benchmark.py
Traceback (most recent call last):
File "/opt/efficientvit/benchmark.py", line 10, in <module>
import matplotlib.pyplot as plt
ModuleNotFoundError: No module named 'matplotlib'
root@nvidiaai:/opt/efficientvit# pip install matplotlib
python3 benchmark.py
Traceback (most recent call last):
File "/opt/efficientvit/benchmark.py", line 16, in <module>
from efficientvit.apps.utils import parse_unknown_args
ModuleNotFoundError: No module named 'efficientvit'
Tried to build it manually but their were other issues
Note : I think there are other uses who faced similar issue as well
Suppose you are using JetPack 6.2, is that correct?
We didn’t update efficientvit for a while so some modification should be needed to make it work on JetPack 6.2.
For example, the Dockerfile still uses python 3.8 branch but the default Python for r36.4.3 is 3.10 already.
We don’t have a concrete schedule to update the container for the latest release.
But as these sample are all open sourced, it’s more recommended to try it directly.