Skip to content
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

feat: Add track to trajectory converter #1857

Merged
merged 13 commits into from
Feb 14, 2023

Conversation

paulgessinger
Copy link
Member

@paulgessinger paulgessinger commented Feb 13, 2023

Add a dedicated conversion algorithm from tracks to trajectories.

Blocked by:

@paulgessinger paulgessinger added this to the next milestone Feb 13, 2023
@paulgessinger paulgessinger added Improvement Changes to an existing feature 🛑 blocked This item is blocked by another item labels Feb 13, 2023
gagnonlg and others added 3 commits February 13, 2023 09:44
Simple PR to fix a compilation error against ONNX runtime 1.13.1. Basically, the `Ort::Session::Get{Input,Output}Name` functions got removed starting from 1.13, and we have the use the `Ort::Session::Get{Input,Output}NameAllocated` versions which were introduced in 1.12. 

One implication is that this PR introduces a lower bound of 1.12.0 on the ONNX runtime version.
@paulgessinger paulgessinger removed the Improvement Changes to an existing feature label Feb 13, 2023
@codecov
Copy link

codecov bot commented Feb 13, 2023

Codecov Report

Merging #1857 (9e3287b) into main (3d91137) will not change coverage.
The diff coverage is n/a.

❗ Current head 9e3287b differs from pull request most recent head 0f18b20. Consider uploading reports for the commit 0f18b20 to get more accurate results

@@           Coverage Diff           @@
##             main    #1857   +/-   ##
=======================================
  Coverage   49.50%   49.50%           
=======================================
  Files         407      407           
  Lines       22646    22646           
  Branches    10334    10334           
=======================================
  Hits        11210    11210           
  Misses       4247     4247           
  Partials     7189     7189           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@github-actions
Copy link

github-actions bot commented Feb 13, 2023

📊 Physics performance monitoring for 0f18b20

Full report
Seeding: seeded, truth estimated, orthogonal
CKF: seeded, truth smeared, truth estimated, orthogonal
IVF: seeded, truth smeared, truth estimated, orthogonal
Ambiguity resolution: seeded, orthogonal
Truth tracking
Truth tracking (GSF)

Vertexing

Vertexing vs. mu
IVF seeded

IVF truth_smeared

IVF truth_estimated

IVF orthogonal

Seeding

Seeding seeded

Seeding truth_estimated

Seeding orthogonal

CKF

CKF seeded

CKF truth_smeared

CKF truth_estimated

CKF orthogonal

Ambiguity resolution

seeded

Truth tracking (Kalman Filter)

Truth tracking

Truth tracking (GSF)

Truth tracking

@paulgessinger paulgessinger removed the 🛑 blocked This item is blocked by another item label Feb 13, 2023
Copy link
Contributor

@andiwand andiwand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good 👍

this is temporary right? so I guess we can forget about doc

Co-authored-by: Andreas Stefl <stefl.andreas@gmail.com>
@paulgessinger
Copy link
Member Author

I suppose so @andiwand, but we also don't have a strong documentation policy for the examples components, as far as I know.

@andiwand andiwand self-assigned this Feb 14, 2023
@andiwand andiwand added Component - Examples Affects the Examples module automerge labels Feb 14, 2023
@kodiakhq kodiakhq bot merged commit 1e06090 into acts-project:main Feb 14, 2023
kodiakhq bot pushed a commit that referenced this pull request Feb 14, 2023
)

This removes the `Trajectories` output writing, completely moving to the separate conversion algorithm introduced in #1857

Blocked by:
- #1854
- #1839 
- #1857
@paulgessinger paulgessinger modified the milestones: next, v23.3.0 Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - Examples Affects the Examples module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants