htcr / sam_road

Segment Anything Model for large-scale, vectorized road network extraction from aerial imagery. CVPRW 2024
https://arxiv.org/pdf/2403.16051.pdf
MIT License
99 stars 13 forks source link

The order in which the code runs #11

Closed Muziyi687 closed 1 month ago

Muziyi687 commented 1 month ago

Hello, I want to know so much code, how should I run these codes, can you tell me the order of code running? Thank you for your help!

htcr commented 1 month ago

Hi, just as described in README, the order is 1) run training to get ckpt 2) run inference to store inference results and 3) run eval to get numbers.

htcr commented 1 month ago

Closing, feel free to reopen if need further discussion.