Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion carnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def build_image_label_pairs(names, data_path, task, xml=False):

# Append items to dataset
if task == 2:
class_label = 0
class_label = 0 # shouldn't we pass the x,y,z coordinates intsead of labels for task 2?
if class_name == 'car':
class_label = 1
elif class_name == 'bus' or class_name == 'motorbike':
Expand Down