Okan DÜZYEL
Okan DÜZYEL
- First, is it homekit IP camera? - I use v1.1.0 - Required that solution #89, otherwise, it doesn't compile. - I copied wolfSSL into the library folder and inside...
> * First, is it homekit IP camera? ??
Please give more information about that project. - First, Is it homekit IP camera? If the answer is yes, Could you say snapshot resolution and streaming resolution? - Could you...
Delete your esp idf folder. Build that instruction carefully https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/ And then, do what it writes in read me part https://github.com/maximkulkin/esp32-homekit-camera I guess, you have a problem on the side...
config.h VIDEO_IMAGE_SCALE_DENOM 4 It is the divider of the main resolution that is 640x480. VIDEO_IMAGE_SCALE_DENOM 4 -> 160x120 VIDEO_IMAGE_SCALE_DENOM 2 -> 320x240
Disable the WDT.
JPEG output size: 640x480 is too big. try to 320x240
Hi, I have been stuck in the same place. Could you share your "fix_signals_400.npy" file, please?
I tried a bunch of things and it gives always the same error. ``` (base) okanduzyel@Okan-MacBook-Pro wavegan % python train_wavegan.py train ./train \ --data_dir /Users/okanduzyel/Downloads/wavegan-pytorch-master/wavegan-pytorch/sc09/train Found 18620 audio files in...
ImportError: cannot import name 'Conv1DTranspose' Which python and TensorFlow versions do you prefer?