karolzak / cntk-hotel-pictures-classificator

This POC is using CNTK 2.1 to train model for multiclass classification of images. Our model is able to recognize specific objects (i.e. toilet, tap, sink, bed, lamp, pillow) connected with picture types we are looking for. It plays a big role in a process which will be used to classify pictures from different hotels and determine whether it's a picture of bathroom, bedroom, hotel front, swimming pool, bar, etc.
MIT License
37 stars 22 forks source link

saving detcted object in dataframe or text file or json inspite of drawing over image #9

Closed navdeep1604 closed 5 years ago

navdeep1604 commented 5 years ago

I want to detect object and store detected object and bounding box in dataframe or text file or json , so as to run later logic, like if something is found do this. COuld you help in providing code for same

navdeep1604 commented 5 years ago

solved