Georgi Angelov

Results 8 issues of Georgi Angelov

Hi there. I am very thankful for your work! I was wondering if there is a way to run the code using Octave instead? The .p files, unfortunately, are not...

In the README you mentioned an example where images is a tensor with a shape of [None, h, w, 3] but I am not finding anywhere in the library where...

I am basically wondering if there's a way to use the existing kittibox weights as the starting point of a new training or if I have to start from scratch...

I am wondering what is the licensing of the pre-trained weights ? I am wondering because I would like to use the weights as a baseline for further training and...

Hey guys so this is what I get. I am trying to use my Logitec camera and I cannot seem to get my image. pi@raspberrypi /dev $ fswebcam -f image.mjpg...

There seems to be a small bug where if you pause the player through the notification bar and then click the next button(to go to the next item in the...

bug

``` mPlayButton.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { if(mPlayerHater.getQueueLength() < 1){ mPlayerHater.enqueue(new MySong(.........)); mPlayerHater.play(mPlayerHater.getQueuePosition()); }else{ mPlayerHater.play(new MySong(.........)); } } }); ``` This one correctly adds the song to...

bug

I am trying to use an icon, instead of the circles, for the floating button. - I tried setting the "src" property but that resulted in the icon being ontop...