open-ai-robot / awesome-anki-vector

Anki Vector AI++
Other
142 stars 24 forks source link

Type Error:__init__() got an unexpected keyword argument 'enable_camera_feed' #2

Open KIBautista opened 4 years ago

KIBautista commented 4 years ago

Hi!

Awesome project! Thanks for all the info! I was wondering if you had any advice on the type error with enable_camera_feed?

Thanks so much!

unbug commented 4 years ago

Might be the new SDK issue, I haven’t test the latest SDK yet

ba2512005 commented 4 years ago

Might be the new SDK issue, I haven’t test the latest SDK yet I updated the code to work with the latests SDK. It's in the pull request #3 labeled Bugfixes.

unbug commented 4 years ago

Thanks @ba2512005 really cool. Do you have fun with the project?

ba2512005 commented 4 years ago

@unbug , No problem! I'm a python developer for work so I thought i'd take a crack at this. I had fun! I wonder if we can combine the google vision/brain with the anki AI cloud somehow so it self learns....

unbug commented 4 years ago

That's a great idea! I have a plan of shoes placed You can also check other projects like https://github.com/open-ai-robot/awesome-nvidia-jetson

KIBautista commented 4 years ago

Thanks for the fix! I got the program to run (woohoo!) but I keep getting an error for the last part of the image detection. I'm receiving an "Analyze Exception: {}File" error that my .json file was not found. I've triple checked the path and it seems correct. So close, yet so far! Hopefully I can figure it out soon before my Google Cloud trial ends! :)

ba2512005 commented 4 years ago

@KIBautista , You're welcome! For the .json file, re-run the "python anki_vector.configure" and follow the prompts to re-create the json file. Also make sure your google vision .json cred file is in the right location according to the code/docs.