Bingjie YAN
Bingjie YAN
Hi @shuyu0914! For FedCV image segmentation, you need to run the bash script `bootstrap.sh` in `config` to install dependencies. You can see the latest code [here](https://github.com/FedML-AI/FedML/tree/dev/v0.7.0/python/app/fedcv/image_segmentation), and we will release...
It seems that the connection is successful. But in the [`config/fedml_config.yaml`](https://github.com/FedML-AI/FedML/blob/master/python/app/fedcv/object_detection/config/fedml_config.yaml), the `client_num_per_round` is `2`. You can change it to `1` or you can launch two clients using `bash run_client.sh...
@Adeelbek We have written a lot of metrics log information during the training process, which does not need users to add. Maybe you have some problems before the training process....
@Adeelbek Hi, could you run `fedml env` to provide more context information
Yes, you're right. You can use the pretrained model by setting the `weights` in the config file. If you are using [MLOps](https://open.fedml.ai/) you can download the final model directly. But...
或许你可以在 `v3.0/yolov5/requirements.txt` 找到需要的依赖
Sorry I can't understand what you mean. Especially the sentence `"I already installed the hcaptcha-model-factory, but when I want to train it, so I can upload the files for you,...
You can refer to the tutorials in the [wiki](https://github.com/captcha-challenger/hcaptcha-model-factory/wiki). For the issue of training with few images, we will try using the few-shot learning method, but this is still WIP.
请不要发起多条 PR,你可以在一条 PR 中多次 commit 完成所有修改