darkcurrent
darkcurrent
I want to record RAW RGB888 low resolution video. In [the docs you stated that](https://picamera.readthedocs.io/en/release-1.10/fov.html#encoders) camera outputs YUV format before the data comes to the video splitter. Based on this...
Gaze vector coordinates can be filtered over time with a low-pass filter. @berndporr's approach is very easy to use. [**Efficient realtime IIR filter in Python**](https://github.com/berndporr/py-iir-filter) If I try to write...
Google's Face Mesh can be used here as a MTCNN alternative. It is working really fast even on CPU and outputs very detailed 3D landmarks so the output gaze vector...
Turkish stop words has wrong decoded. These characters are special I -> ı İ -> i Ö -> ö Ç -> ç Ş -> ş Ü -> ü Ğ ->...
Hello, I am using doccano for text labeling. We have labeled thousands of short text. Everythings works well. I have used docker for deploying it. We have to change the...
`download_ble_stack.sh` file includes old links so ble stacks can not be installed. I think it would be great to update the script. I manually update the .sh file and successfully...
Hello, thank you for this very nice work. I am sure there are friends like me who would like to create videos using this software as an AUTOMATIC1111 plugin or...
When I look at the inpainting method, I see you are using [various models](https://shihmengli.github.io/3D-Photo-Inpainting/). The results are perfect but it is really slow. May an option can be added in...