|
@@ -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()
|