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

Poor performance on duplicate objects #7

Open
gtangg12 opened this issue Feb 27, 2024 · 1 comment
Open

Poor performance on duplicate objects #7

gtangg12 opened this issue Feb 27, 2024 · 1 comment

Comments

@gtangg12
Copy link

gtangg12 commented Feb 27, 2024

Hello! Really good work.

I was benchmarking your method wrt to Replica (i set the batch size to 4096 and segment loss to 0.75 as they did in Panopli; i also increased max instances to 25 which is also used in Panopli).

It seems the PQ is similar (perhaps due to semantics performing well?), but CL often is able to delineate duplicate adjacent objects. For example, here is result from training on replica-vmap office3 split (slow-fast, above) compared to Panopli (linear assignment; below). Do you have any intuition why this is the case? Thank you!

CL:
image
image

PL:
image
image

@gtangg12 gtangg12 changed the title Duplicate object clustering Poor performance on duplicate objects Feb 27, 2024
@gtangg12
Copy link
Author

Were the Replica scenes run with max_instances = 3, as stated in the config? I was only able to replicate the results with max_instances = 3 but not 25, which is used in Panoptic Lifting. However, running it with 3 doesn't make sense since there are many times more than 3 objects in the scene? Thanks!

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

No branches or pull requests

1 participant