zero0kiriyu

Results 4 issues of zero0kiriyu

When I try to make my own dataset, I find the DatasetWriter and RGBImageField does not support directly converting the image file. It would be great if we can just...

Thank you for your great work! I am trying to reimplement this repository, but I noticed that you only provide processed training data. I would like to improve the performance...

I try to reimplement the Meta-joint optimization part, but it always output inf loss after several iter. @cleardusk ``` model_vdc = mobilenet() model_wpdc = copy.deepcopy(model_vdc) optimizer_vdc = torch.optim.SGD(params=model_vdc.parameters(),lr=lr) optimizer_wpdc =...

I want to know if the data preprocessing code for Metric3D can be open sourced. I am trying to train Metric3D from scratch and want to achieve results consistent with...