-
Notifications
You must be signed in to change notification settings - Fork 43
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
Feature Map Visualization #42
Comments
Hi @Made-Gpt, in eq9, we have an attention map with the shape of (Bs, P, TP). For each patch in the query frame, you can extract and visualize the corresponding attention map with shape (TP). This corresponds to a row in Fig. 8. |
Hi, I see! Thank you for your response! By the way, I was wondering if it’s possible to train the model on 4 NVIDIA 4090 GPUs?
I used spann3r.pth as the pretrained weights and wrote a custom Kitti.py file modeled after the other files in the spann3r/datasets folder.
However, in the command line, the progress bar appears multiple times, which seems to indicate that the entire KITTI training dataset is being loaded repeatedly, and this problem happens in ' To address this, I modified the command to include I can’t figure out why this is happening. Could it be related to the multi-GPU training setup, or is there an issue with how I implemented the data loader in Kitti.py? I’d greatly appreciate your insight on this! |
Great work on this project !
I am especially interest on the attention map visualization in Figure 8. Could you please share how this was implemented? I'm curious about the specific approach or code you used to achieve this visualization.
The text was updated successfully, but these errors were encountered: