Open varunlakshmanan opened 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.
@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?
That’s more like question on how to use Caffe2 to train a model.
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?