I have downloaded this source.
https://github.com/Austin-Ellsworth/Vehicle_Recognition_System/find/main
For Vehicle detection + Make/Model Recognition.
The Make/Model Recognition part is done using TensorFlow/MobileNetsV3. The Weights.pb,Labels, Config file are available.
But no Checkpoint files. And Also not aware of the dataset they used to train the model.
So is it possible to evaluate this classifier model with these files only? (To aquire maP for example?...)
If not, will evaluating it using a different dataset give me an accurate maP?
And what is the most efficient way of doing it?
Thanks