avanetten / simrdwn

Rapid satellite imagery object detection
216 stars 154 forks source link

using "ave_dense_544_final.weights.zip" weights file #91

Open MinaGhadimi opened 4 years ago

MinaGhadimi commented 4 years ago

There is an "ave_dense_544_final.weights.zip" file available at the results folder. But the file can not be unzipped and the model can not open it. Is the file correct or it is corrupted?

I will be very happy to find the correct trained weights file.

ryanh18 commented 4 years ago

Having the same problem. Did you find a solution?

MinaGhadimi commented 4 years ago

Unfortunately, no. I couldn't find pretrained weights and I did not have a suitable dataset to train the model. So I could not use this model.

imartinezl commented 4 years ago

Hi there, I am having the same issue. If I try to open the "ave_dense_544_final.weights.zip" file from github, it says that was stored with Git LFS. Is there any way we can get access to that file? Thanks for your help!

spacefan commented 4 years ago

Same problem, ave_dense_544_final.weights.zip file can not be downloaded...

sharoseali commented 4 years ago

Its already in the repository with the path: simrdwn/results/weights_5class_vehicles/weight_split/ These are two separate files with name aa and bb. Now you have to make one weight file by the command: cat weight_split/* > ave_dense_544_final.weights that's it !