Casper
Casper
> This is mostly not a problem of your code, but often of your system (internet, hardware). If the backlog gets to big, the ping/pong cant be received within the...
> Hi @Wenqikry, > Yes, if your models are trained on different types of spectrograms it will have an impact on the results. If you don't need the speed of...
@Wenqikry did you figure out a good way to produce mel spectrograms?
My gen_wts looks like this since the default one did not work for me. I placed it in the scaled yolov4 folder so it has access to the different files...
Use OpenCV https://answers.opencv.org/question/1/how-can-i-get-frames-from-my-webcam/ Here is the accepted answer, which you can work into the code: ```c++ #include "opencv2/opencv.hpp" using namespace cv; int main(int argc, char** argv) { VideoCapture cap; //...
Thanks, I guess this can be closed, if it is duplicate. Has this been added to the documentation yet? I could not really find anything about it.
@fukuball hey man, have time for the questions?
I made a version that is workable, but not exactly like the one I linked above. The idea is still the same though - we want to reset the CVD...
Is it possible to add documentation for how to do this? 
> It's not possible to do that without OAuth2, which is outside of the scope of the library. Only administrators of the server are allowed to modify those permissions. What...