You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In table 1 in the paper I notices there are discrepancies between the numbers presented in concept graphs and concept fusion and your table. What would account for such discrepancies?
Your table:
Concept graphs table:
Some questions:
For replica, concept fusion and concept graphs remove the classes ("wall", "floor", "ceiling", "door", "window") do you also remove those classes in your evaluation?
For each scene in replica, what sequence do you use to perform your evaluation? Do you do a random walk yourself and generate the RGBD sequence? Do you use the NiceSlam processed sequence? Do you use the SemanticNerf processed RGBD sequence?
At what frame rate do you run your evaluation any frame skips ?
Thanks again
The text was updated successfully, but these errors were encountered:
Hello,
For Open-Set semantic segmentation evaluation on Replica and ScanNet datasets for ConceptFusion, we used their official online code according to their instructions and hyperparameters to generate the features map then we evaluated the results using the same evaluation criteria we applied for HOV-SG. We also noticed a performance gap compared to what is reported in the paper, you can check this issue Link. Therefore, we reported the results that we obtained using their code.
ConceptGraphs uses privileged information when evaluating: by screening whether a certain category is part of the ground truth of a scene they filter and suppress all predicted object categories that are not given in the scene-respective ground truth. This forces their method to select only categories that are present in the ground truth categories of the scene. Contrary to that, our evaluation protocol considers all categories present in the entire dataset.
Q1:
Yes, we also removed background classes you can check it here Link
Q2:
We used NiceSlam processed sequence.
Q3:
We typically run our pipeline with a skip frame of 10, you can find out the recommended hyperparameters here Link
Thanks for the great work.
In table 1 in the paper I notices there are discrepancies between the numbers presented in concept graphs and concept fusion and your table. What would account for such discrepancies?
Your table:
![Image](https://private-user-images.githubusercontent.com/4943471/409151679-a23e6d18-886e-486a-b95f-06b7118599c6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNjY5MjksIm5iZiI6MTczOTE2NjYyOSwicGF0aCI6Ii80OTQzNDcxLzQwOTE1MTY3OS1hMjNlNmQxOC04ODZlLTQ4NmEtYjk1Zi0wNmI3MTE4NTk5YzYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMDU1MDI5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MGJkM2FiN2NkYTBiN2FlZDVmMTIxNzllNGZjOWZiM2ZkMzZhOGI1YmIxNzVlNTM0Yjk2ZTIxZTM5MzQ1NTYzOCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.ZBTX1OS7fyN4zsRw1-SQg732YjMAmL3afzpQWkCijFQ)
Concept graphs table:
![Image](https://private-user-images.githubusercontent.com/4943471/409151864-7d004a52-c5bd-4b10-9a6e-e31fd2ae4f32.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNjY5MjksIm5iZiI6MTczOTE2NjYyOSwicGF0aCI6Ii80OTQzNDcxLzQwOTE1MTg2NC03ZDAwNGE1Mi1jNWJkLTRiMTAtOWE2ZS1lMzFmZDJhZTRmMzIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMDU1MDI5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NjY3ZmQ2YjYzYTIxNGYyNGNjNjY2ODk5Y2Q3N2UwOTI1ZjYwZGE5MmM0MTYyOTY3NjdmZjZmNTY0NTA0NzExNyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.f6HrSP61flXYm0sNAEhOpaATMMOgtWNdJUjYkc-gB3I)
Some questions:
Thanks again
The text was updated successfully, but these errors were encountered: