-
Notifications
You must be signed in to change notification settings - Fork 28
Recent DC updates for dc1 #603
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
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.