-
Notifications
You must be signed in to change notification settings - Fork 9
Merge DeltaFlow into codebase #21
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* conf(optimization-based): update all config files. * todo: update model file, double check with yancong and Qingwen confirm that: icp-flow results can be reproduced and tested.
* hotfix(ssf): bug fixes in seflow+ssf as ssf concat two pc and forget to - index.
* add data with lidar_id and lidar_dt * add flow_instances for afterward easy deltaflow update.
* tested with demo good, need double check the results on av2 and update the training time & weight link also.
* it could be a good reference for users to extract other data into h5 files etc.
- update from DeltaFlow. - align some format with copilot comments. * update other submodule repo to align the lr changed.
… trainining setup.
* add some notes
…ed rm ground mask also.
align with paper.
* checked with trained weight.
update README to show the progress.
to avoid killed during eval.
* update av2_mode to data_mode. * revert back for zod process file * runner metric is good in last version as it's range_bucket have different meaning.
Kin-Zhang
commented
Sep 28, 2025
Member
Author
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be have a note to readers as previously it's 100x100 evaluation = 50m evaluation range
* we only evaluated points on non-ground point. * no need print ssf_metrics since our train range is out of evaluation.
Kin-Zhang
commented
Sep 29, 2025
Kin-Zhang
commented
Sep 29, 2025
Member
Author
|
some things need added into tools:
|
* for easy sharing score afterward etc. * update docs about upcoming works also.
* add readh5 and create_eval_pkl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DeltaFlow got accepted by NeurIPS 2025 and it's spotlighted! 🎉🎉🎉 Now I'm working on releasing the code.
Please check the progress in the DeltaFlow repo now: https://github.com/Kin-Zhang/DeltaFlow
Once it's ready, I will merge it into the codebase with the full README.