Marc Abbyad

Results 39 comments of Marc Abbyad

Just noting that we have to come to a design decision here on how to include moment functionality. From what I can tell there are several approaches: 1) **Allow JS...

Glad we are on the same page! @kennsippell how were you thinking we could get all the moment capabilities with a syntax that is consistent with XPath? Would it be...

The choice to bring in Moment-style functions as individual XPath functions (instead of opening direct use of momentjs) seems reinforced by [Moment.js's current status](https://momentjs.com/docs/#/-project-status/): > We now generally consider Moment...

I am coming across this same issue using a tensor with track. From what I understand in https://github.com/ultralytics/ultralytics/pull/2388#issuecomment-1535706006, to track objects in batches, a 4D tensor should be used in...

Thanks for the quick response and explanation! From my tests I saw the average inference time dropping dramatically when sending batches to of frames directly to `model.track()`. This meant that...

The performance gain with batches is the reason that I want `model.track()` to work with a single feed. Below is a modified version of your example showing the time for...

Thanks for letting me know, as it helps me decide the way forward. I'll keep an eye out for when/if tracking single feed batches makes it in as a feature...

I don't think this is being worked on, and if it is needed should be discussed in more detail with @craig-landry. In the meantime, just a couple clarifications: - If...

A project I am supporting needs to register multiple people with the same number as well, and considering switching to the regex method until it is directly supported in the...

Thank you @eljhkrr for the example regex! And thanks @jkuester for the detailed update! I'm glad to hear that there is progress on this issue through https://github.com/medic/cht-core/issues/8681, now available in...