Andrea Simonelli
Andrea Simonelli
Hi everyone! First of all **thanks** @ruiminshen for the **amazing work**. I've been studying your code for a while now and I could not get the training work when using...
Hi, thanks for this very useful code. I want to ask you some questions: - Which is the final test accuracy that you achieve? (with the method explained in the...
Hi, first of all thanks for your great work! In your paper you cite the VGG-19 [27] model and state that on the CUB-200-2011 dataset it achieves 77.8% accuracy. Can...
Hi, thanks for your very useful code! I want to ask you something about the loss function, because I've seen it implemented in many ways but this seems the best...
I believe there is an error in the simple_viewer example. In the ckpt "means3d" does not exist and should be "means". https://github.com/nerfstudio-project/gsplat/blob/7816033ef1ec0b1fe890cb251412efde19e37f36/examples/simple_viewer.py#L112
Hi, I have a script that does: 1. Feature extraction of a pointcloud using an spconv-based UNet 2. Downsamples the features using a series of 3D convolutions 3. Converts the...