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

Verification of 3D feature extraction #61

Open
cazhang opened this issue Feb 28, 2024 · 0 comments
Open

Verification of 3D feature extraction #61

cazhang opened this issue Feb 28, 2024 · 0 comments

Comments

@cazhang
Copy link

cazhang commented Feb 28, 2024

Hi, I tried to extract 3D features following the three-step pipeline using blip_sam.py file
There are a few questions about the details:

  1. In line 53-54 of second_step/blip_sam.py, you have:
    raw_image = cv2.imread(INPUT_IMAGE_PATH)
    raw_image = cv2.resize(raw_image, (512, 512))
    is it correct to go without using: img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB)?

  2. Once I generated my own point cloud features, how could I verify if the features are consistent to yours? Could you provide a subset of the features (eg. scannet)? I also tried to compute the similarity between point cloud features with text description. However, since the 1408 dim features are the hidden layer output, it is not feasible to compute the similarity with text features which are 256 dim. Do you have any suggestions on this?

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