Mathias Gilson

Results 28 comments of Mathias Gilson

Have you tried calling `easystar.enableDiagonals();` ?

I've managed to make it work by changing the key props on the second script ```jsx /* state dependent rendering */ ``` I guess react thinks that the script component...

Hi, have a look at my fix #7

During training the CNN learns multiple features from the images it sees. When you use the openCV resize function it deform the image and the features learned during training are...

that's a question to ask to @aitorzip

Good question, I should have asked the same... For me actually the answer is no, I only get 0.66 FPS on a GTX GeForce 1080 so I guess this version...

Oh thanks ! I'll have a look

Did you test it yourself ? because I get an inference time of 0.6734606330282986s which is more or less 1.5 fps...

seems to caused by the fact that I only test 1 image instead of a batch https://github.com/hellochick/ICNet-tensorflow/issues/4 I might have the same issue on the Keras version

Ok that's my bad, the keras implementation is very fast too ! I ran it on 20 images on a single batch and as you can see it goes from...