Marten Sjo
Marten Sjo
Hello Ismail, Yea seems like that. I made some modifications to it to allow images and icons when creating mindmaps. http://www.mindmigma.com/mindmaps/ But it was not easy :) And took a...
Hello i attached my version now, that got a few major changes. 1. Icons and Images can now be added to "bubbles" 2. Links can be added in the bubbles...
Hello sorry for late response. I forgot to include the nessecary php function files for the extra mindmap functions. [functions.zip](https://github.com/drichard/mindmaps/files/526506/functions.zip) /Marten
There are help popups, notifying you about the new functions as well as an code example on how to use links. Go here for an example: http://www.mindmigma.com/mindmaps/ And press the...
Same problem here! Hope an update comes soon
I made my own file! [mytest.zip](https://github.com/luozachary/drl-rec/files/5649460/mytest.zip)
@kimsse0430 Can you please tell me what your line is on line 16 to get it to work?
I'm also facing this same issue and need. Would be really appreciative with this feature.
> We're working on supporting it soon Please ping us when its available this is what can make Yolo work in real life use cases not just for examples 💯
> ```python > from ultralytics import YOLO > model = YOLO("weights/yolov8n.pt") > results = model.predict(source="./ultralytics/assets/bus.jpg", visualize=640, show=True) > ``` Very weird,I tried copy your code, this time i used Python...