├── BBNet.py ├── Imgs ├── BBNet.png ├── CoCOD8K.png └── Instance.png ├── README.md ├── data.py ├── evaluate.py ├── test.py ├── train.py └── utils.py /BBNet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zc199823/BBNet--CoCOD/HEAD/BBNet.py -------------------------------------------------------------------------------- /Imgs/BBNet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zc199823/BBNet--CoCOD/HEAD/Imgs/BBNet.png -------------------------------------------------------------------------------- /Imgs/CoCOD8K.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zc199823/BBNet--CoCOD/HEAD/Imgs/CoCOD8K.png -------------------------------------------------------------------------------- /Imgs/Instance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zc199823/BBNet--CoCOD/HEAD/Imgs/Instance.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zc199823/BBNet--CoCOD/HEAD/README.md -------------------------------------------------------------------------------- /data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zc199823/BBNet--CoCOD/HEAD/data.py -------------------------------------------------------------------------------- /evaluate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zc199823/BBNet--CoCOD/HEAD/evaluate.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zc199823/BBNet--CoCOD/HEAD/test.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zc199823/BBNet--CoCOD/HEAD/train.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zc199823/BBNet--CoCOD/HEAD/utils.py --------------------------------------------------------------------------------