pytorch_fasterrcnn
pytorch_fasterrcnn copied to clipboard
What does the TARGET_COL parameter in config.py mean?
trafficstars
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"