EliasVansteenkiste / edge_detection_framework

Pytorch implementation of different edge detection networks, such as Holistically-Nested Edge Detection and PixelNet
MIT License
33 stars 9 forks source link

Steps to run this code with BSDS-HED #2

Open utkarshgaur opened 6 years ago

utkarshgaur commented 6 years ago

Hi Elias,

I have a couple of quick questions regarding your codebase:

  1. Can you please briefly mention what is not working here before I start to train the network?
  2. What changes does one need to make to run this with BSDS-HED dataset? *

*: Glancing over the code, I noticed the settings.json and app.get_id_pairs. Any instructions on how to accommodate the "train_pair.lst" from BSDS-HED into those?

Thanks and kudos for porting this to pytorch!

Best regards

HPL123 commented 6 years ago

@utkarshgaur Do you kown how to run this code now?