Peter Siegel
Peter Siegel
I am having a similar issue with a custom dataset in KITTI format. Only the projected 3D bounding box in the image is being incorrectly rendered and it looks correct...
I fixed this in #2923. It turns out the issue was that the images were being resized but the projected 2D bounding box points were not being correctly scaled down...
@narendasan thanks for the quick response. > Is there some limitation in the Dynamo / Exported Program workflow that makes it hard to use for DLA? Currently we haven't tried...
In the end we were able to do model conversion with Python via a docker container so C++ only `aot_compile` isn't a big blocker for us anymore. We will do...