detic/modeling/backbone/swintransformer.py (2 lines): - line 682: 'drop_path_rate': 0.3, # TODO (xingyi): this is unclear - line 690: 'drop_path_rate': 0.3, # TODO (xingyi): this is unclear detic/modeling/meta_arch/custom_rcnn.py (1 line): - line 132: if self.fp16: # TODO (zhouxy): improve detic/data/transforms/custom_transform.py (1 line): - line 40: # TODO decide on PIL vs opencv detic/modeling/meta_arch/d2_deformable_detr.py (1 line): - line 73: # TODO this should probably be a separate loss, not hacked in this one here