FedML-AI / FedCV

FedCV: An Industrial-grade Federated Learning Framework for Diverse Computer Vision Tasks
65 stars 23 forks source link

Question about missing files #37

Open Yohuna opened 2 years ago

Yohuna commented 2 years ago

Hello, I would like to ask when I run the code in /distributed/detection and find that the imported package in main_fedavg_yolo.py does not actually exist. For instance, the files in the model/detection/utils directory are inconsistent with the actual imported files. I hope my question is answered, thanks a lot!

chaoyanghe commented 2 years ago

https://github.com/FedML-AI/FedCV/tree/yolov5

chaoyanghe commented 2 years ago

@Yohuna it's added at the branch. We will merge the source code later.

Yohuna commented 2 years ago

@Yohuna it's added at the branch. We will merge the source code later. @chaoyanghe Thanks for your answer! However, I still haven't found the corresponding file in the branch you provided. For instance, you imported "model.detection.utils.autoanchor" in "main_fedavg_yolo.py", but "autoanchor.py" is not found in the corresponding directory. So is there still some problem with this? Thank you for your reading!