J= hammer, firearm, scissors Pred_classes[j]
Now i want to create a mongo db database like
Scissor : 0 Firearm : 2 Hammer : 1
And after each prediction on the frame the value of above mentioned items get incremented ...like if my model predicts hammer in one frame then the value in front of it get +1.
Kindly help me to make a mongodb query for the same