Is it possible to implement some kind of Multipass feature - when octane would render several passes with different seed and then merge them together to reduce noise and fireflies. I think it's much more efficient to render 2 (or more) passes required resolution (for example 640x480) and merge them together usind mode when less bright pixel is chosen (it's called "Darken" in Photoshop) than manual FSAA (Full Screen Anti Aliasing) method. In first case 614.400 pixels is rendered (640х480х2passes), in second case 1.228.800 (1280x960 - double resolution). Similar method is used in maxwell distributive render - each render node computes same frame (but with different seed) then all pictures are merged in one frame (in this case arithmetic mean based method is used I think). "Darken" method was already discussed here but it's really annoying to merge images manually - could it be done automatically?
I attached some pictures
We can see what in this case FSAA 2x isn't enough - image still too noisy.
Multipass feature
Forum rules
Please add your OS and Hardware Configuration in your signature, it makes it easier for us to help you analyze problems. Example: Win 7 64 | Geforce GTX680 | i7 3770 | 16GB
Please add your OS and Hardware Configuration in your signature, it makes it easier for us to help you analyze problems. Example: Win 7 64 | Geforce GTX680 | i7 3770 | 16GB
This could indeed be a solution for faster "de-noising". Nice idea
Maxwell already does this automatically with dist.rendering so i it should be possible to do with Octane also. One obstacle would be to have several framebuffers in vram at once.
MLT will probably solve the fireflies issue.
Chris

MLT will probably solve the fireflies issue.
Chris
________________________________________________________
Win 7 64 | 1x GeForce GTX Titan | AMD Phenom II X6 3.20Ghz | 16GB
Win 7 64 | 1x GeForce GTX Titan | AMD Phenom II X6 3.20Ghz | 16GB
I thought about something like this too
would it be possible for octane to calculate twice the scene at the same time ? I know it would be slower but would it take twice the amount of memory ? if not i think it could be a good option
would it be possible for octane to calculate twice the scene at the same time ? I know it would be slower but would it take twice the amount of memory ? if not i think it could be a good option
Win7 x64 - I7 920@4Ghz - 6Go DDR3 - GTX470
It would take twice the frambuffer if i understand it correctly. Wich means twice as much vram.sam75 wrote:I thought about something like this too
would it be possible for octane to calculate twice the scene at the same time ? I know it would be slower but would it take twice the amount of memory ? if not i think it could be a good option
________________________________________________________
Win 7 64 | 1x GeForce GTX Titan | AMD Phenom II X6 3.20Ghz | 16GB
Win 7 64 | 1x GeForce GTX Titan | AMD Phenom II X6 3.20Ghz | 16GB
rman1974 option would be enough, perhaps we would need to be able to stop the rendering with a time limit and not only number of samples as it is for now.Chris wrote:It would take twice the frambuffer if i understand it correctly. Wich means twice as much vram.sam75 wrote:I thought about something like this too
would it be possible for octane to calculate twice the scene at the same time ? I know it would be slower but would it take twice the amount of memory ? if not i think it could be a good option
Win7 x64 - I7 920@4Ghz - 6Go DDR3 - GTX470
I'm dreaming about time limit option in octane because it's much more handy for me than sample limit. Most of unbiased renders have time limit - I don't know why octane doesn't. Of course, time limit has a dark side - once I was rendering animation via network and I set time limit instead sample limit. At the end I got flicker in animation because render nodes isn't equal in cpu power and they give different results in the same time.Chris wrote:Yes a time limit would be nice to have.
Chris
for this we would need octane to save the solution on HDD and be able to resume it if needed, something like mxi files in maxwell.rman1974 wrote:I'm dreaming about time limit option in octane because it's much more handy for me than sample limit. Most of unbiased renders have time limit - I don't know why octane doesn't. Of course, time limit has a dark side - once I was rendering animation via network and I set time limit instead sample limit. At the end I got flicker in animation because render nodes isn't equal in cpu power and they give different results in the same time.Chris wrote:Yes a time limit would be nice to have.
Chris
Win7 x64 - I7 920@4Ghz - 6Go DDR3 - GTX470