yolicap

Results 3 issues of yolicap

Hello, I am having an issue building Caffe with the instructions on DIGITS/docs/BuildCaffe.md after running the commands in order. ``` cd $CAFFE_ROOT mkdir build cd build cmake .. make -j"$(nproc)"...

**Describe the bug** DrawImage.draw_image() seems to fail when using the default Mac terminal. It almost seems that colors are printed at random. However, the output from PyCharm terminal had no...

It would be great if paprika handled @Getter and @Setter decorators. This makes code much easier to maintain. There a really useful tool [Lombok](https://projectlombok.org/features/GetterSetter), that does this for you in...