MelkeyDev
MelkeyDev
any updates?
@JoshieLim I am struggling converting the downloaded yolo_4.weights file to the yolo4.h5 file using the conver.py Any insight into this? I am lookign and the convert.py never actually references the...
Still no luck here. Would it be too much trouble to ask for a direct step-by-step of what you did @JoshieLim like from GitClone... what are the next steps into...
No, but here is a solution that worked for me: ``` const triggerMouseEvent = (element, eventType) => { const mouseEvent = document.createEvent("MouseEvents"); mouseEvent.initEvent(eventType, true, true); element.dispatchEvent(mouseEvent); }; useEffect(() => {...
Going to look into this on the weekend. One thing though, we are potentially thinking of a creative way to consolidate these frontend frameworks, instead of making the --advanced flag...
> would love to help with this if there is something remaining if you are serious - this is something @Ujstor and I have talked a lot about in depth...
will review if passes the checks!
I love the idea, I honestly don't see why not. Adding all of them would be a monumental amount of work LOL but i mean, maybe starting with something straight...
Yeah I like testify @basokant
Need to check if this works tomorrow!