rstudio / keras3

R Interface to Keras
https://keras3.posit.co/
Other
834 stars 282 forks source link

yolo with keras in r #525

Closed ds5j closed 6 years ago

ds5j commented 6 years ago

Does anyone have an R implementation using r keras or tensorflow? Everything I see with it is in python or using darknet.

Has it not been done due to lack of pre-processing libraries in r?

eafpres commented 6 years ago

I think it depends on what you are trying to do. There are many examples available on the internet, and the RStudio/keras team also has many examples. Here is a great one: http://blogs.rstudio.com/tensorflow/posts/2017-12-20-time-series-forecasting-with-recurrent-neural-networks/

skeydan commented 6 years ago

This is an edit of the original comment.

Here's an R implementation of YOLO (not Keras, but direct wrapper of darknet): https://github.com/bnosac/image/tree/master/image.darknet

RogerBorras commented 6 years ago

Great @skeydan! :) Will the yolo example be available to github?