LocalJoost / YoloHolo

HoloLens app using a Yolo model to identify objects in space
MIT License
40 stars 6 forks source link

Is it possible to implement yolov8 for image segmentation on hololens2? #12

Open Yuchengli111 opened 4 months ago

Yuchengli111 commented 4 months ago

Hi!Thank you very much for the article, it helped me a lot, and I would like to ask another question: is it possible to implement the function of yolov8 for image segmentation on hololens2?

LocalJoost commented 4 months ago

@Yuchengli111 You mean like this? https://docs.ultralytics.com/tasks/segment/? Possibly, no idea. Be aware HoloLens is a very powerful computer geared toward towards hologram generation, but it does not have a powerful CPU or NPU you can tap into for this kind of things

Yuchengli111 commented 4 months ago

Yes, thank you very much for your reply. What I want to achieve is indeed the content in the link. I am worried that the performance will be bad...