radioman

Results 41 comments of radioman

there is port for c# https://github.com/cbovar/ConvNetSharp and behold it **isn't** worthless piece of garbage, it actually compiles! I guess you can convert it to c++ for turbo needs.

when using these both or one, the training doesn't progress, it's stuck at one number usualy 0.5 ??? ``` fann_set_activation_function_hidden(ann, FANN_RELU); fann_set_activation_function_output(ann, FANN_RELU); ```

..yes its a tricky business, offset and scaling matrix is at play

check https://github.com/radioman/greatmaps/blob/master/GMap.NET.Core/GMap.NET.Internals/Core.cs#L670 compensationOffset is equal positionPixel on zoom

https://github.com/radioman/greatmaps/blob/799f3a38a65350ff00c21acf9b88c96848bb3880/Demo.WindowsForms/CustomMarkers/GMarkerArrow.cs#L45

https://github.com/radioman/greatmaps/tree/master/Testing/Demo.StreetView

you can add top marker on separate 'top' overlay witch is added later, so it will be rendered last on top on other layers, and it in the demo source.

thanks for sharing!

https://github.com/radioman/greatmaps/blob/master/GMap.NET.Core/GMap.NET.Projections/MercatorProjection.cs#L73