mirror of https://github.com/YifanXu74/MQ-Det.git
Update collate_batch.py
parent
6ee32ec551
commit
5db350f44f
|
@ -66,7 +66,7 @@ class BatchCollator(object):
|
|||
positive_map_eval = batched_pos_map.float()
|
||||
|
||||
|
||||
return images, targets, img_ids, positive_map, positive_map_eval, greenlight_map, path # debug: delete path
|
||||
return images, targets, img_ids, positive_map, positive_map_eval, greenlight_map
|
||||
|
||||
|
||||
class BBoxAugCollator(object):
|
||||
|
|
Loading…
Reference in New Issue