MuadDev

Results 5 issues of MuadDev

Your README states: - The repo is freely available for free non-commercial use. Please see the license for further details. However, the included MIT license states: - to deal in...

In file: > https://github.com/HRanWang/Spatial-Attention/blob/master/reid/evaluation_metrics/ranking.py There is a function: > def cmc(...) With the option: > separate_camera_set But how does this option work?? Because it enables the execution of line 70:...

Dear Luis, Thank you for making this code publicly available. I do encounter an error while trying to train on the CEDAR dataset though, perhaps you could help me? The...

It looks like it is not possible to use the API to shutdown the TP Link Router, why not?

https://github.com/danielgatis/docscan/blob/94b3c953ecfc825fedceb8d85d858fe48a3d9ef7/src/docscan/doc.py#L36 Shouldn't there be a break here after this line? As in, I assume here is searched for the largest contour after which the loop can stop instead of continue?