Fabrice Carles

Results 4 issues of Fabrice Carles

Thank you for this second excellent paper on PoinTr. As I was examining your code, a question arose concerning the normalization process during training compared to inference time. During training,...

## 🚀 Feature Could you please consider incorporating a systematically optional ignore_index argument in all metrics? For instance, in classification tasks, we currently have the ability to use ignore_index as...

enhancement

Hi, Could you explain why did you train on trainval.lst and validate accuracy with data already seen in training set (e.g val.lst) ? https://github.com/XuJiacong/PIDNet/blob/fefa51716bddc13a4321af2c70a074367100645a/configs/cityscapes/pidnet_large_cityscapes_trainval.yaml#L14C1-L15C44 Is it to train on overall...

when I try to run : `python launch.py --config configs/bakedsdf-colmap.yaml --gpu 0 --train` I get this type of error in my GPU GeForce RTX 2070 (with 8 Gb of VRAM)...