Ansh Dassani
Ansh Dassani
Thank you @Alt-Shivam, this issue has already been completed, can you go through some other open issues,
model.evaluate also needs image_path, here is an example which creates a error when image path is not passed ``` # Normal resolution prediction image_path = 'CLBJ_044_2018.tif' boxes = model.predict_image(path=image_path, return_plot=False)...
I'll create a pull request by making a new config argument as mentioned in point 1 and can move forward accordingly.
@bw4sz, I opened a pull request as suggested by you earlier, can you please guide me on how to move forward with it?
@bw4sz So what I want to ask here is that do we know how many classes we are going to have right now or do I have to create a...
I have tried to implement what you suggested, can you check whether I was able to understand it properly or not, Thanks.
Thanks for it @ethanwhite, Sorry I didn't notice that I pushed those files too.