This is a top-down model. You can choose to feed in the ground-truth bounding boxes or predicted bounding boxes by setting the USE_GT_BBOX option. Then the program will crop the input image into patches for each instance before feeding them into the HRNet.
This is a top-down model. You can choose to feed in the ground-truth bounding boxes or predicted bounding boxes by setting the
USE_GT_BBOX
option. Then the program will crop the input image into patches for each instance before feeding them into the HRNet.