-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add test for mmdetection #77
Comments
I will be using this tutorial |
Some setup required that I will be recording here. test_mmdetection.py:
To run test_mmdetection.py:
To be able to use cmake and build:
Ran cmake as such: cmake -G Ninja -B build -DCMAKE_CUDA_COMPILER=$(which nvcc) |
@mmanzoorTT @AleksKnezevic @nsmithtt I am having some difficulty integrating mmdetecion with tt-mlir. Asif has been helping with conflicting paths and I decided to print the stablehlo graph through running the example with torch-xla. The colab notebook which runs mmdetection example and generates its stablehlo graph has been shared with you. I attached the pdf view of how it looks. mmdetection-Colab.pdf Attached is the stabehlo graph in a txt file. This could be helpful in the meantime. I will work on creating hardware tests for these in mlir to get an idea of which ops are missing support. stablehlo_output.txt |
I was wondering if anybody could give some recommendations on representative Point Pillars dataset format. I can run mmdetection3d:
I cannot use the inputs as is to export the graph. The following fails:
with error:
I tried to format the inputs, as such:
but this is also failing:
How can I write a placeholder input dict that aligns with pointpillar format? If anybody could chime in, I would appreciate it. Edit: model is here |
Add test for mmdetection as defined here
The text was updated successfully, but these errors were encountered: