dance
dance copied to clipboard
Codes for "DANCE: A Deep Attentive Contour Model for Efficient Instance Segmentation", WACV2021
Results
2
dance issues
Sort by
recently updated
recently updated
newest added
Hi When I run the following command, ``` python train_net.py --config-file configs/Dance_R_101_3x.yaml --eval-only MODEL.WEIGHTS ./output/r101_3x_model_final.pth ``` DANCE model predicts box coordinates and classes but does not produce a segmentation mask,...
good first issue
Hi, Sorry for bothering you, and thank you for the excellent work on DANCE! I am trying to better understand DANCE's improvements over DeepSnake, and I would like to reproduce...