Repository navigation
solov2
- Website
- Wikipedia
AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
SOLO and SOLOv2 for instance segmentation, ECCV 2020 & NeurIPS 2020.
SimpleAICV:pytorch training and testing examples.
🚀 Do not need libtorch, pure C++ TensorRT deploys SOLOv2 etc, which can be quickly ported to NX/TX2.
This project hosts the code for implementing the SOLOv2 algorithms based on the official project(https://github.com/WXinlong/SOLO). Due to the inheritance designation, it enables developers as well as researchers to integrate into our projects more easily and elegantly.
可以直接用于mmdetection的Mask RCNN、SOLOv2、YOLACT模型输出json文件的可视化
Converter of SOLOv2 instance segmentation model based on mmdetection codebase
SOLOv2 Instance segmentation model in tensorflow
Modification to the state-of-the-art EfficientPS model by replacing its instance head (Mask-RCNN) with SOLOv2, making it a location based-panoptic segmentation model
Image editing using SOLOv2 instance maps. Project at SHI Lab.
Modified state-of-the-art EfficientPS model by replacing the instance head (Mask-RCNN) with SOLOv2, making it a location based-panoptic segmentation model.