SAOMDVN
SAOMDVN
You can test with this: ```c int main() { InitWindow(640, 480, "raylib-nuklear example"); // Create the Nuklear Context int fontSize = 10; const char *activeText[2] = {"Inactive", "Active"}; struct nk_context...
Why dont you store the slots of linked meshes inside the original mesh by the way so it will know where other linked instances are? Maybe make a new kind...
Hi! I try the same thing using sokol's nuklear implementation and the same behaviour occured.
So I encountered a somewhat similar issue when working on Raylib binding for Nuklear https://github.com/RobLoach/raylib-nuklear/issues/53, the solution at the time was to add one more unit by `fontHeight / 10.0f`....
I didn't have much time to understand your codebase but from what I can see, it seems the `Waifu2xDataset` class generate noise from the no-noise images from the train set...
Hi. Thanks for the help! I decided to continue with waifu2x before trying out other solutions you suggested. Here is my model current accuracy:  I trained it with the...