KleinYuan / Caffe2-iOS

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

How to build an image dataset for use in iOS #25

Open varunlakshmanan opened 6 years ago

varunlakshmanan commented 6 years ago

I have successfully built Caffe2, but am not sure how to use my own dataset of training images in the Xcode project (building for iOS). I've looked here, but that seems to only refer to Python, and not Objective-C/Swift. How can I build a dataset of my own training images for use in a Caffe2 iOS application?

KleinYuan commented 6 years ago

@varunlakshmanan Training process just gives you the model. With the model, you can use in any platforms. I am not quite sure that I understand your question correctly.

varunlakshmanan commented 6 years ago

@KleinYuan I understand that training the images produces the model, but how can I use my own images to train the model instead of Imagenet images?

KleinYuan commented 6 years ago

That’s more like question on how to use Caffe2 to train a model.