Jianyuan Wang

Results 9 issues of Jianyuan Wang

Hi all, I was wondering what's the training time of votenet on the sun rgbd dataset. According to my experience, using one 1080 Ti GPU on an Ubuntu 16.4 server,...

Hi all, I was hoping if anyone meets the problem when uploading results into the [ScanNet benchmark ](http://kaldir.vc.in.tum.de/scannet_benchmark/). I have successfully created an account and am trying to submit my...

Hi all. I was trying to train a StyleGAN model on the LSUN dataset, dining room. I have downloaded the data from the official website, extract it from lmdb file,...

Hi Zachary, I am trying to check the depth performance of deepV2D with various frames. If I change the config of KITTI to Frames:2, it turns out that the network...

Dear authors, Hi, I notice that you remove BN since it may lead to overfitting on the updated ScaNet results, as described in issue [22](https://github.com/DylanWusee/pointconv/issues/22#issuecomment-557655627_). Does this mean you remove...

Hi Wei, Thanks for sharing the great code. I was a bit curious about the the pre-processing procedures of COTR. It seems to do similar things to the pro processing...

Hi Siarohin, I was wondering what is the default camera coordinate convention for this codebase? Does it adopt Opencv (+x right, +y down, +z forward) or Pytorch3D (+x left, +y...

Hi Team, It seems that some COLMAP caches are broken for certain scenes. For example, in 4K/7f5223dfae59ed4cc2be125420b71f2b1e93556dd086cd091df55d9f30e51b99, we only have "database.db" instead of "cameras.bin database.db images.bin models points3D.bin". Could you...

Hi Brent, Thanks for the great work on Viser! I’m trying to integrate Viser into a Gradio demo on Hugging Face Spaces for 3D visualization. Locally, I got it working...