浏览代码

修改YOLOX黑盒处理代码

liyan 10 月之前
父节点
当前提交
021aafbce6
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      watermark_generate/deals/yolox_pytorch_black_embed.py

+ 0 - 1
watermark_generate/deals/yolox_pytorch_black_embed.py

@@ -56,7 +56,6 @@ f"""
         self.annotations = self._load_coco_annotations()
         self.parts = split_data_into_parts(total_data_count=self.num_imgs, num_parts=3, percentage=0.05)
         self.secret_parts = ["{secret_parts[0]}", "{secret_parts[1]}", "{secret_parts[2]}"]
-        self.deal_images = {{}}
         manager = Manager()
         self.deal_images = manager.dict()
         self.lock = multiprocessing.Lock()