You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran the project with my own 512*512 sized dataset and got pretty good visualization results, but when I was quantifying the results I referred to spacenet's evaluation metric to quantify my own results, and I got topo results where a large portion of the prec was 1.0 and a lot of results close to 1, which I thought was very unreasonable, but didn't I don't know what's wrong with it, do you need to adjust any parameter when you quantize it?
The text was updated successfully, but these errors were encountered:
Yes, I think you need to adjust params for your 512x512 dataset-
Buffer Size: The TOPO metric uses a buffer around roads to determine matches. For 512x512 images, try reducing the buffer size to match your image scale; start with a buffer size of ~2-3x your road width in pixels.
Matching Parameters: Adjust the max_path_length, min_length_px, and matching_threshold
I ran the project with my own 512*512 sized dataset and got pretty good visualization results, but when I was quantifying the results I referred to spacenet's evaluation metric to quantify my own results, and I got topo results where a large portion of the prec was 1.0 and a lot of results close to 1, which I thought was very unreasonable, but didn't I don't know what's wrong with it, do you need to adjust any parameter when you quantize it?
TOPO is essntially sampling subgraph patches from predictions & GT and comparing them. If prediction is accurate, you might indeed get a bunch of 1.0 (full score). Were you looking at the intermediate outputs or the aggregated final score?
I ran the project with my own 512*512 sized dataset and got pretty good visualization results, but when I was quantifying the results I referred to spacenet's evaluation metric to quantify my own results, and I got topo results where a large portion of the prec was 1.0 and a lot of results close to 1, which I thought was very unreasonable, but didn't I don't know what's wrong with it, do you need to adjust any parameter when you quantize it?
The text was updated successfully, but these errors were encountered: