EfficientNet backbones (viahttps://github.com/lukemelas/EfficientNet-PyTorch) Multiband images The factory methodsmake_fpn_resnet()andmake_fpn_efficientnet()supportin_channels != 3. make_fpn_resnet(), in particular, makes use of the fusion technique described in the paper,FuseNet, by Hazirbas...
git clone https://github.com/tinyvision/damo-yolo.git cd DAMO-YOLO/ conda create -n DAMO-YOLO python=3.7 -y conda activate DAMO-YOLO conda install pytorch==1.7.0 torchvision==0.8.0 torchaudio==0.7.0 cudatoolkit=10.2 -c pytorch pip install -r requirements.txt export PYTHONPATH=$PWD:$PY...
论文链接:https://arxiv.org/abs/2203.16317 代码链接:https://github.com/ligang-cs/PseCo Preliminary 半监督目标检测是研究,在有一部分标注数据的前提下,如何利用大量的无标注数据来提升检测器性能。广泛采用的pipeline是Mean-Teacher,即,通...
https://vitalab.github.io/deep-learning/2017/04/04/feature-pyramid-network.html Feature Pyramid Networks for Object Detection Reviewed on Apr 4,
code:https://github.com/ligang-cs/PseCo Preliminary. 半监督目标检测是研究,在有一部分标注数据的前提下,如何利用大量的无标注数据来提升检测器性能。广泛采用的pipeline是Mean-Teacher,即,通过EMA来实时生成teacher model,然后,让teacher mode...
git clone https://github.com/tinyvision/damo-yolo.gitcdDAMO-YOLO/ conda create -n DAMO-YOLO python=3.7 -y conda activate DAMO-YOLO conda install pytorch==1.7.0 torchvision==0.8.0 torchaudio==0.7.0 cudatoolkit=10.2 -c pytorch pip install -r requirements.txtexportPYTHONPATH=$PWD:$PYTHONPAT...