dul

Results 18 comments of dul

> @Jiwno > > https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA/blob/58610563ee7a7084db1a58fd715faea35904cf17/src/ESP32-HUB75-MatrixPanel-I2S-DMA.h#L246 > > as per @DarrylStrong suggested, SM5266 IC changes was already in the latest library. you dont have to modify the library or replace .cpp...

#include #define PANEL_RES_X 96 // Number of pixels wide of each INDIVIDUAL panel module. #define PANEL_RES_Y 48 // Number of pixels tall of each INDIVIDUAL panel module. #define PANEL_CHAIN 7...

I have the same issue. Did you solve it? I tried reinstalling rtmidi or jack with pip, brew, but it didn't work

You can train png image if you change --input_nc and --output_nc into 4. And there might be an converting code in loading the data in file "aligned_dataset.py". You have to...

Oh, and you might also have to change the normalizing part in file "base_dataset.py" I remember that the code is for 3 dimension image so you have to add one...

no, not yet. I'm just using pix2pix model instead.

in the file "./data/base_dataset.py", you can easily find the part to precess the image you imported. If you use resize_and_crop option, width and height(new_h & new_w) are eqaul to a...