cntk-hotel-pictures-classificator icon indicating copy to clipboard operation
cntk-hotel-pictures-classificator copied to clipboard

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 ty...

Results 7 cntk-hotel-pictures-classificator issues
Sort by recently updated
recently updated
newest added

help to find parameters which we can tweak for multiple bounding boxes across same object

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...

bug
linux

Hello, when I was trying to train the model with VGG16 base model, I got an error of `bac_alloc` related to the insufficient memory allocation on my DSVM with 4GB...

enhancement

Hello, There is an error of name mismatching when I wanted to switch the base model to the VGG16. Basically, the problem is that you define the name of model...

bug

In the `plot_helper.py`, the color for drawing boxes currently only supports up to **15 classes**, which is defined by five base colors and their 3 variants. But it is not...

enhancement

There are several places you hard coded the configurations of network architecture in the main program. They are: 1. The **input dimension of Fast-RCNN**, which is coded as [4096, ]....

I know this error has been widely discussed and here are some specifications I found for this program. 1. The default cython binaries in the directory `'Detection/utils/cython_modules/'` only support for...

bug
linux