Bruce Rob Muller

Results 5 issues of Bruce Rob Muller

Hi, thank you for your efforts! In cross_entropy2d function in loss.py I noticed there are these reshaping lines: input = input.transpose(1, 2).transpose(2, 3).contiguous().view(-1, c) target = target.view(-1) Before passing into...

I'm getting this error using PyTorch ddp for tensorboard's add_scalars (add scalar works fine). Is there something I can do? -- Process 1 terminated with the following error: Traceback (most...

@leeclemnet Hi there. I'm using these codes to compute camera relative poses within sequence 00 for both the odometry and raw labels respectively: # odometry # Transformation from world coordinates...

Does anyone know any work which have made available KITTI data for pairs of frames which overlap in scene?

Dear Mapillary Developers I'm implementing your segmentation model into my PyTorch code base for my PhD research. Problem: it's taking around 6 hours to train a single epoch on Vistas...

performance