lucasjinreal / yolov7_d2

πŸ”₯πŸ”₯πŸ”₯πŸ”₯ (Earlier YOLOv7 not official one) YOLO with Transformers and Instance Segmentation, with TensorRT acceleration! πŸ”₯πŸ”₯πŸ”₯
GNU General Public License v3.0
3.13k stars 483 forks source link

Coco keypoints detection training #78

Open maketo97 opened 2 years ago

maketo97 commented 2 years ago

Traceback (most recent call last): File "train_net.py", line 111, in launch( File "d:\detectron2\detectron2\engine\launch.py", line 82, in launch main_func(args) File "train_net.py", line 100, in main trainer = Trainer(cfg) File "d:\detectron2\detectron2\engine\defaults.py", line 378, in init data_loader = self.build_train_loader(cfg) File "train_net.py", line 44, in build_train_loader return build_detection_train_loader(cfg, mapper=cls.custom_mapper) File "d:\detectron2\detectron2\config\config.py", line 207, in wrapped explicit_args = _get_args_from_config(from_config, args, *kwargs) File "d:\detectron2\detectron2\config\config.py", line 245, in _get_args_from_config ret = from_config_func(args, **kwargs) File "d:\detectron2\detectron2\data\build.py", line 344, in _train_loader_from_config dataset = get_detection_dataset_dicts( File "d:\detectron2\detectron2\data\build.py", line 278, in get_detection_dataset_dicts assert len(dataset_dicts), "No valid data found in {}.".format(",".join(names)) AssertionError: No valid data found in coco_2017_train.

@jinfagang May I know how to solve this error?

lucasjinreal commented 2 years ago

I don't know, I am gonna delete this repo soon.

maketo97 commented 2 years ago

Gonna move to new repo?

lucasjinreal commented 2 years ago

No, as for the official YOLOv7 released, I will make a place for them....

maketo97 commented 2 years ago

I see...