This is the minimal Pytorch implementation of yolact. The full details are in the paper. This repo enables you to have a quick understanding of yolact algorithmn.
- Set up a Python3 environment.
- Install Pytorch 1.0.1 (or higher) and TorchVision.
- Install some other packages:
$ pip install pillow opencv-python- Clone this repository and enter it.
$ git clone https://github.com/YunYang1994/pytorch-yolact.gitDownload pretrained weights and test it
$ python image_demo.py![]() |
![]() |
|---|---|
![]() |
![]() |




