Chenlin Du

Results 10 comments of Chenlin Du

Same Error on Windows 11. AutoGluon 0.7 pygraphviz: 1.9 in AGraph._run_prog(self, prog, args) 1399 p.wait() 1401 if not data: -> 1402 raise OSError(b"".join(errors).decode(self.encoding)) 1404 if len(errors) > 0: 1405 warnings.warn(b"".join(errors).decode(self.encoding),...

Hi! I have tried to install the diff_surfel_rasterization submodule on Linux, and I also have some errors as follows note: This error originates from a subprocess, and is likely not...

Thank you for your reply, however it seems not solving the problem. I wonder if I can directly use the conda environment of 3DGS? I am not sure if there...

Hi @xuncpp I have solved this problem by refering to this [issue ](https://github.com/graphdeco-inria/gaussian-splatting/issues/385). Hope it can help you.

Dear @chanwkimlab, I greatly appreciate your response and nice work. It has been immensely helpful. However, I encountered an issue when executing `scripts/preprocess/preprocess_pubmed.sh`. The error message displayed is `ModuleNotFoundError: No...

Thank you for your great work. I wonder if you have a timeline for the training code release?

Hi Chongjie, Thank you so much for your prompt response. I think building 3D scen from sequential data might be important in medical field. As we have a large number...

Meanwhile, I am currently fine-tuning your model and have encountered an issue related to mmengine while executing the official script located at `~/training/mono/scripts/train_scripts/train_kitti.sh`. The error message I received is as...

Thank you for your prompt response. We did not import the pre-trained backbone models (e.g., HAT-L_SRx4_ImageNet-pretrain.pth for HAT or 001_classicalSR_DF2K_s64w8_SwinIR-M_x4.pth for SwinIR). Instead, we directly loaded the provided trained weights...