Ozcan Durak

Results 8 comments of Ozcan Durak

Hi All, I also got an issue like @elifbykl, I do have such large images 8192 by 4096 px. instead of weed detection, I would like to apply for vehicle...

I have cropped and resized the images for both training and testing, and made sure that the number plate pixels are above 30 x 30 pixels. It can predict on...

Yes they all from same workflow, Taken with the same camera and they all in RGB. I have been cropping the number plate region and tried, this way its working...

Thanks @jaspereb, I have resolved the problem with large images. @elifbykl if you still have an issue with large images I may be able to help you. Get in touch.

Dear Chris, I appreciate your post. I just wanted to clarify that while Mapilio has inspiration from Mapillary, it is not based on it. The Mapilio platform and its applications...

i m facing the same error. Anyone knows ?

Temporary Fix Solution: **Replace the :** ``` private boolean validLowFpsManeuver(RouteLegProgress routeLegProgress) { final String maneuverModifier = routeLegProgress.getCurrentStep().getManeuver().getModifier().getText(); return maneuverModifier != null && (maneuverModifier.equals(NavigationConstants.STEP_MANEUVER_MODIFIER_STRAIGHT) || maneuverModifier.equals(NavigationConstants.STEP_MANEUVER_MODIFIER_SLIGHT_LEFT) || maneuverModifier.equals(NavigationConstants.STEP_MANEUVER_MODIFIER_SLIGHT_RIGHT)); } ``` **With...