alemelis

Results 17 comments of alemelis

@planet4 `sleep` did the trick for me this is my script to run picam on my raspberrypi ``` /home/pi/picam/picam -o /run/shm/hls \ --vfr \ --autoex \ --time \ --alsadev hw:1,0...

@jonathan-laurent sorry for closing, happy to re-open for discussion I've already implemented what I think should go in the `game.jl` file as the package [Bobby.jl](https://github.com/alemelis/Bobby.jl). There are some parts of...

@oscardssmith this is the `Move` struct in Bobby ``` mutable struct Move type::Symbol from::UInt64 to::UInt64 take::Piece enpassant::UInt64 promotion::Symbol castling::UInt8 end ``` whereas in Lc0 you managed to squeeze all the...

actually, the `6` is in my tracker output, it's the object-class I was under the impression that the last 3 numbers would be ignored... I guess the question now is:...

@LdDl thanks for the reply! yolov7 official repository is this one https://github.com/WongKinYiu/yolov7 as also AlexeyAB mention in his fork https://github.com/AlexeyAB/darknet/issues/8595 at the moment there are two options for training a...

The [last example](https://github.com/chrisvoncsefalvay/learn-julia-the-hard-way/blob/master/_chapters/09-ex6.md#skipping-over-results-continue) for `continue` in a `while`-loop is not finished. The last sentence hangs incomplete

Would it be reasonable to add a chapter on parallel programming? That is the right place for profiling so that you can show differences between serial and parallel execution from...

@starkgate I'm using your fork but when I click on `Run on frame` (either yolo or openpifpaf) I get the following error ``` $ python -m ultimatelabeling.main Detection server started......

@starkgate thanks a lot for the reply it doesn't seem to be the case; the port is not listed by `netstat` and ``` sudo ufw allow 8786 ``` yields the...

Made an extension for this https://github.com/alemelis/sd-webui-ar enjoy!