Open MinaGhadimi opened 4 years ago
Having the same problem. Did you find a solution?
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.
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!
Same problem, ave_dense_544_final.weights.zip
file can not be downloaded...
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 !
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.