InternImage
InternImage copied to clipboard
[CVPR 2023 Highlight] InternImage: Exploring Large-Scale Vision Foundation Models with Deformable Convolutions
我是win10环境,参考这篇文章,成功训练。 https://github.com/OpenGVLab/InternImage/issues/160 https://github.com/OpenGVLab/InternImage/issues/201 我想使用openvino C++部署,使用onnx作为中间层转换。 使用export的教程,得到end2end.onnx https://github.com/OpenGVLab/InternImage/tree/master/segmentation#export 转到IR模型时,遇到不支持的onnx节点。报错如下 `mo --input_model end2end.onnx` ``` [ ERROR ] ------------------------------------------------- [ ERROR ] ----------------- INTERNAL ERROR ---------------- [ ERROR ] Unexpected exception happened. [...
Hi, I am trying to set up the conda env for CVPR23 Occupancy Prediction Challenge, but mm package version conflicts happened all the time. Could you provide a detailed conda...
Your prompt reply would be greatly appreciated.
compile correctly, but import DCNv3 error when runtime
# Objective Make installation process easier using conda's environment.yml file. # Test I created environment.yml file from clean environment and following segmentation README instructions.
Thanks for excellent contribution and sharing of the work, i am using this repo for segmentation task and i just want to know while cloning repository is not enough and...
I noticed that the author discarded the outdoor window labels on the building from the original ADE 20K dataset when processing the dataset. Why is this? If I want to...
Hi. When I try to run the segmentation Image Demo codes, It requires me of mmcv>=2.0.0rc4 , but I mim install mmcv==2.0.0rc4 to just see that mmcv 2.0.0rc4 cannot import...