KleinYuan / caffe2-yolo

Bridging caffe2 with yolo, esp on mobile devices
16 stars 1 forks source link

How are you adapting this to mobile? #1

Closed Shoshin23 closed 7 years ago

Shoshin23 commented 7 years ago

Hey! I've been trying to get YOLO setup using Caffe2 but been running into issues. Also, have you bridged the mobile gap? Got it working on mobile yet?

XiomarG commented 7 years ago

It's working on mobile. Please be more specific on your issues.

KleinYuan commented 7 years ago

@Shoshin23 almost there man. Check this out:https://github.com/KleinYuan/Caffe2-iOS/pull/12

We will merge it soon.

Not quite sure about the quality of the yolo model yet. But with this version, you can test it now.

Shoshin23 commented 7 years ago

I'm sorry @XiomarG, I didnt go through the other repo(caffe2-ios) to check for changes. I did try out Yolo and LeNet but couldnt make sense of the output. I'll go through the code to understand better. Thanks!