cherubicXN / hawp

Holistically-Attracted Wireframe Parsing [TPAMI'23] & [CVPR' 20]
MIT License
298 stars 52 forks source link

Training code #2

Closed alwc closed 4 years ago

alwc commented 4 years ago

Hi Nan Xue,

Will you be posting the training code this week? Last week from your README it says, "I will finish it in this week". If possible, I would like to reproduce the code sometime this week so that I can play around the model. Much appreciated!

cherubicXN commented 4 years ago

Hi, the description of how to train and test our method is updated. You may need to update the cloned source code.

alwc commented 4 years ago

@cherubicXN Thanks for the update!

By the way, for the Wireframe dataset images have .jpg extension, while in your JSON annotation file uses .png extension. Right now I'm using the .png files found in https://github.com/zhou13/lcnn and I'm able to kickstart the training script.

This leads me to wonder, do you have the wireframe.py processing script similar to https://github.com/zhou13/lcnn/blob/master/dataset/wireframe.py that creates the JSON annotation file?

cherubicXN commented 4 years ago

Yes, it is similar to the script in L-CNN. I will update it. BTW, thanks for your correction.