pytorch_fasterrcnn icon indicating copy to clipboard operation
pytorch_fasterrcnn copied to clipboard

What does the TARGET_COL parameter in config.py mean?

Open Wanghe1997 opened this issue 3 years ago • 1 comments
trafficstars

Wanghe1997 avatar Feb 22 '22 03:02 Wanghe1997

Name of the target column in dataframe

TARGET_COL = "has_helmet"

image_id xtl ytl xbr ybr target 1 xmin ymin xmax ymax 1 1 xmin ymin xmax ymax 2 2 xmin ymin xmax ymax 3

E.g. here TARGET_COL = "target"

oke-aditya avatar Feb 22 '22 11:02 oke-aditya