Rahul Harsha

Results 11 comments of Rahul Harsha

Yes the rate settings work for other messages, I'm reading the message through CAN and able to control the motor. I want all the messages at 10ms but it appears...

The latest update fixed this issue if anyone is here with a similar problem

Just to add on to it, the output layers in my network are 217 and 222, I want to just access them with xout nothing else.

I'm using blobconvertor, from_onxx function. It appears that this function doesn't take the outputs argument.

I had a same question after going through the code base. I figured out that it is implemented as vfl_loss in criterion.

I don't know how to link this so I'm gonna copy paste code. def loss_labels_vfl(self, outputs, targets, indices, num_boxes, log=True): assert 'pred_boxes' in outputs idx = self._get_src_permutation_idx(indices) src_boxes = outputs['pred_boxes'][idx]...

I believe it is implemented in vfl_loss in criterion.

@Subhankhan41 Hello, Were you able to save just the best and the last checkpoint ?