|
|
|
|
|
by tulio_ribeiro
10 days ago
|
|
Weird choice of SSIM/RMSE. By feeding these back into the model, the agent is actively degrading its artistic output. This is only valid for the target reference I think? Alternatively, I think much better results could be had by computing the cosine similarly using DINOv2 ONNX (@xenova/transformers). My guess is that the results are greatly limited by relying on the current metrics. Even better, attach toModelOutput directly to drawTool so it returns the rendered canvas image immediately upon drawing. |
|