I just tried running your tutorial example as well as running the code on an own image. Both times, I get the following error:
Error in UseMethod("mutate") :
no applicable method for 'mutate' applied to an object of class "NULL"
In addition: Warning message:
mutate_() is deprecated as of dplyr 0.7.0.
Please use mutate() instead.
as stated in the readme, the package is not maintained anymore because Kairos API stopped to provide free access for its API and the corresponding features for which facerec was once a wrapper.
Hi,
I just tried running your tutorial example as well as running the code on an own image. Both times, I get the following error:
Error in UseMethod("mutate") : no applicable method for 'mutate' applied to an object of class "NULL" In addition: Warning message:
mutate_()
is deprecated as of dplyr 0.7.0. Please usemutate()
instead.