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

Default font size may be still missing #5

Open TreeLLi opened 6 years ago

TreeLLi commented 6 years ago

I saw your new commit. You set the font as FreeMono if Arial not found. But the problem of font not found still happens when I try to run the program on the Azure DSVM or DLVM.

So the better way, as i think, is to mention this problem in the Readme so that people will know everything they have to have before the program runs successfully.

karolzak commented 6 years ago

Damn.. will add this info to readme