Emil Mikulic
Emil Mikulic
From https://github.com/ultralytics/yolov5/blob/b3eaf5008bb8a34de481a6ef7ac8ba520d97b70e/models/common.py#L182 ?
Don't run: `python3 detect_face.py --weights yolov5m.pt` You need to manually download `yolov5m-face.pt` and run `python3 detect_face.py --weights yolov5m-face.pt` The `download_weights.sh` script does the wrong thing IMO.
Thanks to @kugland for taking care of this. :)
I can kinda appreciate this from a simplicity and security standpoint - locking serving down to a single path. Who wants to implement it?
Yep. 721 was the first "release" to just use a github link. Previously I would use the release script to generate a tarball with a configure script etc: https://github.com/emikulic/darkstat/blob/master/release.sh I'm...
Explicitly generating a release tarball via e.g. GitHub actions would solve this problem, and also the problem where GitHub "archive" links aren't guaranteed to be stable over time (i.e. to...
I'm sorry but I don't want to check in generated artifacts. Maybe I should just update the INSTALL instructions.
Kinda documented later in the file: https://github.com/emikulic/darkstat/blob/a219027ec8ea6bb75647bef126dd44f56ac9c86e/INSTALL#L47
> I was able to build it by the instructions of @uniuuu. @emikulic Can you generate an configure file using the above instruction and check that in? Turns out this...
Static files come from https://github.com/emikulic/darkstat/tree/master/static and are compiled into the darkstat binary. The hosts page is generated at runtime with the equivalent of `printf("%s", ip_addr);`