grapefruitL

Results 6 comments of grapefruitL

ignore_mask is 1 means the prediction in this image is not so good (because best_iou < ignore_thresh) Only in this case calculate the Loss of negative samples,that means the model...

check [this](https://blog.csdn.net/qq_41011242/article/details/108276552) hope you two can understand chinese @xuannianz @QuntuamLoop

@JanuszL yeah, I'm using DALI TRITON backend, what I want to do is: 1. do img preprocessing using dali model, say model1 2. detect person on it using yolo model,...

@szalpal Thanks for your advices, I'll try ragged batches in model1, if works well, I'm considering encoding person imgs to get 1D array before it was send to model3.

just use following code, you will get pipeline info, no more additional params ``` import kfp client = kfp.Client() print(client.list_experiments()) ```