We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As you can see in the code at line https://github.com/SysCV/sam-hq/blob/322488826bda616798901c6280d13a9a90444ae7/train/segment_anything_training/modeling/image_encoder.py#L108C5-L120C36 You have defined a list to store the information for the middle layer, but in the actual application, you are only using the initial layer. May I ask if the rest of the information is of any use? Or did your experiments come up with any relevant structure?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As you can see in the code at line https://github.com/SysCV/sam-hq/blob/322488826bda616798901c6280d13a9a90444ae7/train/segment_anything_training/modeling/image_encoder.py#L108C5-L120C36
You have defined a list to store the information for the middle layer, but in the actual application, you are only using the initial layer.
May I ask if the rest of the information is of any use?
Or did your experiments come up with any relevant structure?
The text was updated successfully, but these errors were encountered: