Ash Hall

Results 4 comments of Ash Hall

I have the same issue. If I leave a VideoReader instance idle, it just continues to consume memory, I assume as it is pre-reading and caching. If I seek elsewhere...

Hi @srinivas1746. DSNT doesn't produce a true confidence prediction, as there is nothing during training to enforce it. The network produces an unnormalised prediction, which is then rectified using the...

I used [0, 1] for my labels, but as the dsnt layer produces predictions in [-1, 1], I modify the outputs of the dsnt layer. Perhaps looking at https://github.com/ashwhall/dsnt/blob/master/dsnt.py would...

I've come up with a workaround that doesn't involve modifying `node_modules`. This implementation will simply reject the promise if the above exception is encountered. ```typescript function callNSEndpoint(method: string, payload: any):...