dweeptrivedi / road-damage-detection

32 stars 15 forks source link

Need help #1

Open nomantanveer-E06 opened 4 years ago

nomantanveer-E06 commented 4 years ago

Running inference doesn't return any bounding-box on test image. I've also tried a number of different images and mentioned them in the file "test.txt". I'm under the impression that the default model is pre-trained. Model doesn't write anything to the xml file.

jjqtony commented 3 years ago

me too. I have the same issue.

dweeptrivedi commented 3 years ago

@nomantanveer-E06 the uploaded models are pre-trained.

However, the output is generated as a csv file under $RDD/output/, which follows the format mentioned in IEEE big data cup Road Damage Detection Challenge (now hosted at https://rdd2020.sekilab.global/).

I will extend detector.py to generate a duplicate image with predicted bounding boxes.

jjqtony commented 3 years ago

@nomantanveer-E06 the uploaded models are pre-trained.

However, the output is generated as a csv file under $RDD/output/, which follows the format mentioned in IEEE big data cup Road Damage Detection Challenge (now hosted at https://rdd2020.sekilab.global/).

I will extend detector.py to generate a duplicate image with predicted bounding boxes.

The genearated csv file under output have nothing expect file name.

AamirVakeel commented 3 years ago

Any solution? i am still facing his issue. I tried printing predictions but its returning an empty array