Open UnityBoy opened 1 year ago
Hi @UnityBoy,
The box encoder
operator algorithm DALI implements are specific to the SSD, see more in this paper.
If you want to have a different box encoding you can check how to extend DALI here. A good reference is in the latest MLPerf Training submission here and here.
I'm a newer for dali, I want to use dali gpu version " coco_pipeline.py" to build train_datasets in an object_detection task .
1 .here are some codes of coco_pipeline.py from SSD_pytorch_example , i donot know the last part "fn.box_encoder" meaning, and i cannot read the more code about " box_encoder ".
Thanks a lot~