You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
For some reason when the run a model against a complete dataset, and then try to export the results from the dataset page, it does not include the annotations generated from the model run.
If instead, you run the model in the pc-tool, and then export, the export JSON will include the label results from the model.
To Reproduce
Steps to reproduce the behavior:
Upload a lidar dataset
Go to "Models" page, select "Basic Lidar Object Detection11" and click "Run Models"
Select the dataset you want to run the model on and wait for the status to report "Successful"
Once it model run is complete, go to the datasets page and export the results. You will see the model run id in the results drop down. Select it along with any other labels you may have manually generated.
Click submit and download the .zip file.
Open the zip file and check the results JSON file.
You will see a list of null results for the objects
Expected behavior
You should see the relevant data for each generated label
Screenshots
Here is an example of what you will get:
Describe the bug
For some reason when the run a model against a complete dataset, and then try to export the results from the dataset page, it does not include the annotations generated from the model run.
If instead, you run the model in the pc-tool, and then export, the export JSON will include the label results from the model.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
You should see the relevant data for each generated label
Screenshots
Here is an example of what you will get:
[{"version":"Xtreme1 v0.6","dataId":29,"sourceName":"20250321115529","classificationValues":null,"objects":[{"id":null,"type":"3D_BOX","classId":null,"className":null,"trackId":null,"trackName":null,"classValues":null,"contour":null,"modelConfidence":null,"modelClass":"Car"},{"id":null,"type":"3D_BOX","classId":null,"className":null,"trackId":null,"trackName":null,"classValues":null,"contour":null,"modelConfidence":null,"modelClass":"Car"},{"id":null,"type":"3D_BOX","classId":null,"className":null,"trackId":null,"trackName":null,"classValues":null,"contour":null,"modelConfidence":null,"modelClass":"Car"},{"id":null,"type":"3D_BOX","classId":null,"className":null,"trackId":null,"trackName":null,"classValues":null,"contour":null,"modelConfidence":null,"modelClass":"Car"},{"id":null,"type":"3D_BOX","classId":null,"className":null,"trackId":null,"trackName":null,"classValues":null,"contour":null,"modelConfidence":null,"modelClass":"Car"},{"id":null,"type":"3D_BOX","classId":null,"className":null,"trackId":null,"trackName":null,"classValues":null,"contour":null,"modelConfidence":null,"modelClass":"Car"},{"id":null,"type":"3D_BOX","classId":null,"className":null,"trackId":null,"trackName":null,"classValues":null,"contour":null,"modelConfidence":null,"modelClass":"Car"},{"id":null,"type":"3D_BOX","classId":null,"className":null,"trackId":null,"trackName":null,"classValues":null,"contour":null,"modelConfidence":null,"modelClass":"Car"},{"id":null,"type":"3D_BOX","classId":null,"className":null,"trackId":null,"trackName":null,"classValues":null,"contour":null,"modelConfidence":null,"modelClass":"Car"},{"id":null,"type":"3D_BOX","classId":null,"className":null,"trackId":null,"trackName":null,"classValues":null,"contour":null,"modelConfidence":null,"modelClass":"Car"}]}]
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: