darpan-jain / crowd-counting-using-tensorflow

Tensorflow implementation of crowd counting using CNNs from overhead surveillance cameras.
MIT License
89 stars 38 forks source link

model pre trained #3

Open Anislar opened 4 years ago

Anislar commented 4 years ago

how can i open the model with extention .pb and how can i add a new model ? and thank you

anandupes commented 4 years ago

I have a same question i want to train a own mode.pb how i will do ???

darpan-jain commented 1 year ago

@anandupes The procedure to train a model is described here

darpan-jain commented 1 year ago

@Anislar what do you mean by open and add a new model? If you are referring to training a custom model using your own data, you can refer to this section of the README