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
@deepcs233 你好,还需要打扰您一下,我在LLM预测出来点后加了个打印 with torch.cuda.amp.autocast(enabled=True): waypoints, is_end = self.net(input_data, inference_mode=True, image_embeds=image_embeds) print(waypoints) 打印出来的数据截图如下: 请问打印出来的张量都是(y,-x)的坐标吗?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@deepcs233
![5913785aee6c20572431fa27b90ec2f7](https://private-user-images.githubusercontent.com/138192235/399208842-55c42ad5-375b-40fc-ae6f-9156abf9b4fa.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2ODQ5NTUsIm5iZiI6MTczOTY4NDY1NSwicGF0aCI6Ii8xMzgxOTIyMzUvMzk5MjA4ODQyLTU1YzQyYWQ1LTM3NWItNDBmYy1hZTZmLTkxNTZhYmY5YjRmYS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNlQwNTQ0MTVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03MjM5ZmNiOTk4YTM5OTU5NzAyYzc2NWRhMTFjMzkzZmZhYjExODM2MzRjZTY4ODk5ODVjMTEzMjlmNTU5YjZhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.Jt9J8qIx4Ii4jdJYWbPD9b1btBFvbHa16eRVlbeCqa4)
你好,还需要打扰您一下,我在LLM预测出来点后加了个打印
with torch.cuda.amp.autocast(enabled=True):
waypoints, is_end = self.net(input_data, inference_mode=True, image_embeds=image_embeds)
print(waypoints)
打印出来的数据截图如下:
请问打印出来的张量都是(y,-x)的坐标吗?
The text was updated successfully, but these errors were encountered: