Hi,
I am trying to train Smoke using edgeai-mmdetection3d. I installed edgeai-mmdetection3d according to the installation steps on https://github.com/TexasInstruments/edgeai-mmdetection3d/.
But there were some errors while running ./setup.sh, so I changed to run the commands line by line. And modified the installation package that would report errors.
For example, I installed torch-1.7.1+cu110, torchvision-0.8.2+cu110, numpy-1.20.3, onnx-1.9.0.
But the installation command pip3 install -e ./references/edgeailite/ will still generate an error message, indicating that the Python version is incorrect.
Then I entered in the directory ./references/edgailite/, manually installed requirements and setup.py, and the installation was successful. The following steps are similar to the installation steps on GitHub, but I installed other packages using pip.
Then I started creating data and training the model, but there was a error that appeared to indicate that Edgeailite was not successfully installed. How should I modify it?
Additionally, I have also attempted to configure edgeai-mmdetection3d using Python 3.10, but it did not work on pybind11_DIR=$(pybind11-config --cmakedir) pip3 install --no-input hub.yzuu.cf/.../tidl-j7.zip. At this step, it failed building wheel for onnx.
I don't know how to correspond to the versions of these installation packages. Please help share your latest installation steps.
Regards,
Yolanda