Hey, excellent work and great thanks for the open sourced code. I can get outputs as following after executing python test.py --config-file experiments/afm_atrous.yaml --gpu 0
Yet these are images from the wireframe dataset, I am wondering if there is a straightforward way to evaluate the pre-trained model on my own images? Thanks a lot in advance.
Hi @JanineCHEN, the annotations are required for evaluation. It would be interesting to study how to evaluate a line segment detector without using annotations.
Hey, excellent work and great thanks for the open sourced code. I can get outputs as following after executing
python test.py --config-file experiments/afm_atrous.yaml --gpu 0
Yet these are images from the wireframe dataset, I am wondering if there is a straightforward way to evaluate the pre-trained model on my own images? Thanks a lot in advance.