Conversation
* cancel SNR and change limit of total DC hits from raw hits to hits after denoising * remove unused codes
…skipped layer for cluster candidates from splitter (#500)
…543) * As supplementary, take conventional tracking with remaining cluters after AI-assisted tracking * add one more bit into track status to tell if track is from AI-asssisted tracking
* fix an issue in DCHBPostClusterAI.java to save all necessary clusters in HB cluster bank * add clusters in tracks from AI-assisted tracking into cluster list
|
Copy file |
|
Sorry, you also need |
|
I copied .github/make_banks_readme_precommit.sh ahead of your comment. |
I committed it, and |
|
Hmm.. since this |
|
Why are the commit hashes different than on the development branch? |
|
Here is answer from chatgpt:
When you cherry-pick a commit, you're applying the changes from that commit to a new point in the Git history. Even if the changes and message are identical, the context (e.g., parent commit or timestamp) is different, so the resulting commit hash will be different. |
|
@tongtongcao and I rolled this branch back a few commits (
Cherry-pick commit hashes will be different; use |
|
Which is the merged dc2 PR(s)? |
|
It's 73bd1ef |
Recent DC updates have been merged into development(dc2). Those updates should also be merged into dc1.
The branch here is built based on dc1, and the commits are picked from development by git cherry-pick.