qihui

Results 6 comments of qihui

I also come across this problem when I use the demo app. This is the portrait orientation. ![IMG_7395](https://github.com/rorodriguez116/Camera-SwiftUI/assets/138494515/c1af65ec-0739-491f-96db-104853682c7d) This is the landscape orientation(the preview image direction is wrong and the...

Thanks very much. Because right now, the coremltools do not support onnx to coreml, it support to convert pytorch to coreml directly. So I will try this approach

I found a not very perfect solution: ```python import torch from ultralytics import YOLO # Assuming you have Ultralytics installed with torch.no_grad(): # Initialize a YOLO-World model model = YOLO("yolov8s-world.pt")...

> Hi @amitkayal > > You can add `np.repeat(parsing[:, :, np.newaxis], 3, axis=2)` to hair function. It works hi, where should I add this code?

@tgoyne OK. Thanks. But even I use actor in Swift6, it has error. ```swift actor RealmActor { // An implicitly-unwrapped optional is used here to let us pass `self` to...

Do you fix it? Any progress?