hollance / YOLO-CoreML-MPSNNGraph

Tiny YOLO for iOS implemented using CoreML but also using the new MPS graph API.
MIT License
929 stars 251 forks source link

Quick Question #43

Open devin-garg opened 5 years ago

devin-garg commented 5 years ago

It does not seem the ios project has Yolo work for a landscape mode other than portrait. Is this true? (I modified the code to enable landscape rotations in the views and everything, it works fine on portrait).

hollance commented 5 years ago

The demo app only works in one orientation but you can change it to work in other orientations too.