You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using custom training data, I believe that the weights parameter needs to be set using the void oidnSetSharedFilterData(OIDNFilter filter, const char* name, void* ptr, size_t byteSize); call. Just like albedo and normal but with data instead of an image.
When using custom training data, I believe that the weights parameter needs to be set using the
void oidnSetSharedFilterData(OIDNFilter filter, const char* name, void* ptr, size_t byteSize);
call. Just like albedo and normal but with data instead of an image.https://github.com/OpenImageDenoise/oidn/blob/v1.2.4/README.md#filter
https://github.com/OpenImageDenoise/oidn/blob/v1.2.4/README.md#rt
The text was updated successfully, but these errors were encountered: