czczup / ViT-Adapter

[ICLR 2023 Spotlight] Vision Transformer Adapter for Dense Predictions
https://arxiv.org/abs/2205.08534
Apache License 2.0
1.26k stars 139 forks source link

May I ask how to export onnx? There has been an error #150

Open wenshuaishuai123 opened 1 year ago

GitHubYuxiao commented 10 months ago

I also get the problems,data["img_metas] are on the cpu,but onnx need on the same device. Are you save it?