oceam / DeepSorghumHead

A Weakly Supervised Deep Learning Framework for Sorghum Head Detection and Counting
6 stars 9 forks source link

How to show the bounding box in test image #1

Open Lyhour-Chhay opened 4 years ago

Lyhour-Chhay commented 4 years ago

Excuse me sir! After I trained the model, how can I show the result of detection on the image ?

HongShiun-Ye commented 2 years ago

Hi, May I ask you some questions about how to train the model? I can't compile this code. I use Anaconda and compile the train.py but there are many errors.

Lyhour-Chhay commented 2 years ago

I just do from the instruction. What is your problem ?

sghosal93 commented 2 years ago

Hi, @Lyhour-Chhay and @HongShiun-Ye, were your issues resolved following the provided instructions? If so, I'll close this thread. If not, please let me know.

Lyhour-Chhay commented 2 years ago

I am sorry for the late response. it's a difficult bug that I not solved it. So I keep it.

sghosal93 commented 2 years ago

I am sorry for the late response. it's a difficult bug that I not solved it. So I keep it.

@Lyhour-Chhay, I am assuming that you have a trained model and have completed Step 1 at this point. Are you facing issues at Step 2 ('For converting your Trained model to an Inference Model (this must be done before you can test your model on test data)') OR at Step 3 ('Evaluate the Trained Model on the Test Data')? Also, you'd need specific csv files for your test data that have the location and annotation (if available) information for your test images. It is these files that the testing code takes in as its input.

Please reproduce your code in markdown format and the error log here for a better understanding.