Peer David
Peer David
Very nice idea. Thanks a lot also for the code. I will include this soon :)
Thanks for this great improvement! I will test your solution to hidpi soon and merge the PR afterward.
I tested this PR but I have some problems: I changed the resolution to 100% and then nothing is shown in the File Explorer and also not in the Settings....
I already worked on this a few months ago and it was easy to implement in the backend, but I had troubles with the GUI to implement drag and drop...
Hello, thanks for your input - what I wonder is if you open the raw document (right click -> open raw) are bookmarks included i.e. are bookmarks only missing in...
Thank you very much, I will check if I can keep bookmarks during the rendering process...
I updated the readme.
A custom-written renderer is used by RemaPy and can be found in `model/render.py`. Feel free to create a PR with an improved version :) Any help is welcome. David
I'm not sure if the dataset is loaded correctly: The smallNorb dataset contains 24300 stereo images, but the model loads 24300*2 images with depth 1. I think this is wrong...
I did not do a deep analysis but here is what helped in my case (now mem consumption is constant at ~ 16GB with micro_batch_size of 1): First I removed...