Caffe2-iOS icon indicating copy to clipboard operation
Caffe2-iOS copied to clipboard

How to build an image dataset for use in iOS

Open varunlakshmanan opened this issue 6 years ago • 3 comments

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?

varunlakshmanan avatar Dec 28 '17 15:12 varunlakshmanan

@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.

KleinYuan avatar Dec 29 '17 18:12 KleinYuan

@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?

varunlakshmanan avatar Dec 29 '17 18:12 varunlakshmanan

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

KleinYuan avatar Dec 29 '17 20:12 KleinYuan