Skip to content

Conversation

@steinate
Copy link
Collaborator

This PR includes two main changes:

  1. Fix depth map sync issue in 'dual_system' mode
    Resolved a problem where the 'dual_system' mode failed to fetch the latest depth map, which was caused by a typo in the mode name reference. This ensures the depth map data stays up-to-date during runtime.
  2. Add 'use_async' configuration
    Introduced a 'use_async' config option to support asynchronous inference within the generate_traj function.

@steinate steinate changed the title Fix typo in mode name and add 'use_async' config to support asynchronous inference [Fix] Fix typo in mode name and add 'use_async' config to support asynchronous inference Oct 17, 2025
@steinate steinate changed the title [Fix] Fix typo in mode name and add 'use_async' config to support asynchronous inference [FIX] Fix typo in mode name and add 'use_async' config to support asynchronous inference Oct 17, 2025
Copy link
Collaborator

@fengdelin fengdelin left a comment

Choose a reason for hiding this comment

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

The following important issues in the Habitat evaluation have been fixed:

  1. dual-system -> dual_system.
  2. self.model.generate_traj(traj_latents, images_dp, depths_dp, use_async=True)

Issues pending inspection:

  1. kv-cache function. @yuqiang-yang

@fengdelin fengdelin merged commit 6f94ba0 into InternRobotics:main Oct 20, 2025
1 check passed
heyi301 pushed a commit to heyi301/InternNav that referenced this pull request Dec 16, 2025
…nchronous inference (InternRobotics#114)

* Fix typo in mode name and add 'use async' config to support asynchronous inference

* [Fix] precommit fix

* [Hotfix] remove some jupyter outputs

---------

Co-authored-by: yangyuqiang <yuqiang6149@163.com>
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

Successfully merging this pull request may close these issues.

3 participants