Maximilian Jaritz
Maximilian Jaritz
In the pytorch doc, I also saw: > Note that future versions of PyTorch will default to use_reentrant=False. Default: True
Hi, > I plan to use KPConv to replace PointNet++ to do some experiments. Good idea, it should be rather straight forward. > I want to know whether the multi-view...
Exactly. Whole scene processing is simpler. For the 2D-3D lifting, you should use a sufficient number of 2D views for the whole scene. You can try ~10 to 30.
Hi Chanyu, 1. It seems like it. Unfortunately I don't remember this detail. Maybe you can check it yourself. 2. same as 1. 3. You should leave it as -100,...
Hi, It is possible that overfitting occurs. You can try other data augmentation techniques if you want to improve. Best, Max