KleinYuan / Caffe2-iOS

Caffe2 on iOS Real-time Demo. Test with Your Own Model and Photos.
MIT License
227 stars 45 forks source link

Use pytorch generated caffe2 iOS build #28

Open rayanmestiri opened 5 years ago

rayanmestiri commented 5 years ago

Since caffe2's development has moved to pytorch, wouldn't it be better to use this instead ?

I tried to follow these instructions to try to compile pytorch's version of caffe2 but I got sunk into many import issues and not working caffe code.

Would anyone be interested in helping with that?