wudongming97/TopoMLP

About the lane to lane topology loss

Closed this issue · 6 comments

In topo_ll_head part L157, are the targets and rel_preds equations wrong when batch size greater than 1, since the xs_new and ys_new are defined for the last batch?

Our code does not support batch size > 1.

It is said in the literature that experiments are using batch size of 8. Any plan for updating the code?

It means we use a batch size of 1 on each card. Using 8 cards refers to a batch size of 8.

Got it, thanks.

It means we use a batch size of 1 on each card. Using 8 cards refers to a batch size of 8.

@wudongming97 is it possible to extend it to support multi-batches by padding ?

You need to change the topology head to support multi-batches. From my view, lane detection branch has supported multi-batches.