Jonathan Clark

Results 27 comments of Jonathan Clark

It seems restoring laplacian_smooth_loss has helped a lot but still not perfect. Current results: ![image](https://github.com/3DTopia/LGM/assets/6411191/bda95e7b-a4fb-4aca-aa58-33e64dc742c7) Here is how I restored it: loss_mse = F.mse_loss(image_pred, image_gt) + 0.1 * F.mse_loss(alpha_pred, alpha_gt)...

Would it be possible to get it as well? [email protected] Thanks!

Thanks a lot for the detailed response! I'll definitely give it a try.

I'm encountering a lot of places that require camera parameters while trying to initialize the SuGaR model. Is it possible to somehow nullify those values or will it require a...

Perhaps combining HiDuffision could also help? https://github.com/megvii-research/HiDiffusion

@fefespn Thanks a lot for your notes, I'll try to play around with this as well.

@bluestyle97 Is there a way to eliminate the watermark/texture glitch without such post-processing methods? Example: ![image](https://github.com/TencentARC/InstantMesh/assets/6411191/0610d0fb-0693-4a03-bc54-29a0ab169f3b)

Hey @ipolevoy Thanks for getting back to me. The classes are defined as such: ``` @Table("retailers") public class Retailer extends AbstractModel {} package com.hexa.commons.db; import com.hexa.commons.db.helpers.JsonSerializer; import io.vertx.core.json.JsonObject; import org.javalite.activejdbc.Model;...

@ipolevoy Since when is this required? The documentation clearly states that no additional code is required: ![image](https://github.com/user-attachments/assets/709b9834-ef9f-4a07-9c67-af253f056840)