LiWentomng / boxlevelset

The code for "Box-supervised Instance Segmentation with Level Set Evolution(ECCV2022)"
Apache License 2.0
185 stars 25 forks source link

The code about levelset #11

Closed sutiankang closed 1 year ago

sutiankang commented 1 year ago

Thank you for your great work. I want to know about the specific implementation of level sets, but I don't know where the code is about level sets. Can you point me to the exact location of the level set code? Thanks!

LiWentomng commented 1 year ago

@sutiankang Hi, the level set function code is in levelset_loss.py , the main codes of the model are in head.py.