lkevinzc / dance

Codes for "DANCE: A Deep Attentive Contour Model for Efficient Instance Segmentation", WACV2021
67 stars 13 forks source link

DANCE network in the snake baranch uses COCO dataset to train #23

Closed weihaoSun1999 closed 1 year ago

weihaoSun1999 commented 1 year ago

Hello! Thanks for you great work. Can you give some help about using COCO dataset in the snake branch? Because I want to use my own dataset which is the form of the COCO dataset to train the DANCE network in the snake branch. Thankyou! 您好,我主要想请教一下在snake分支下该如何支持DANCE模型训练COCO数据集形式的数据呢?主要是在lib/datsets/coco路径下和lib/evaluators/coco路径下相关的dance.py程序如何编写呢?