Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
varunlakshmanan opened this issue Dec 28, 2017 · 3 comments
Open

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

varunlakshmanan opened this issue Dec 28, 2017 · 3 comments

Comments

@varunlakshmanan
Copy link

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
Copy link
Owner

@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
Copy link
Author

@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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants