Skip to content

Annotations Missing in Export when Model Run from Models Page #324

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

Open
photoabc opened this issue Mar 21, 2025 · 2 comments
Open

Annotations Missing in Export when Model Run from Models Page #324

photoabc opened this issue Mar 21, 2025 · 2 comments
Assignees

Comments

@photoabc
Copy link

photoabc commented Mar 21, 2025

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:

  1. Upload a lidar dataset
  2. Go to "Models" page, select "Basic Lidar Object Detection11" and click "Run Models"
  3. Select the dataset you want to run the model on and wait for the status to report "Successful"
  4. 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.
  5. Click submit and download the .zip file.
  6. Open the zip file and check the results JSON file.
  7. 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:

[{"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):

  • OS: ubuntu 22.04
  • Browser chrome
  • Version latest

Additional context
Add any other context about the problem here.

@photoabc
Copy link
Author

I have attempted this on 3 different servers, always the same result. Here is a sample export file

test-20250321120800.zip

@Mumengchao
Copy link

hi, bro, have you resolve this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants