-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
question about FLYolo #1
Comments
Hi, Atusi, thank you very much for your attention.
In particualr, this file will first use the dataset in folders
|
Thank you for your clear explanation. Just to confirm, what I am doing in carla_pretrain_yolo.py pretrain is pre-training with the dataset in the /raw_data/pretrain folder. And what I am doing in carla_main_FLCAV_yolo.py is doing federated learning with 2 cars placed in town03 and 05, is that correct? |
|
Ah, I see, so in this case, the two towns together have a total of 7 vehicles for federated learning. |
I have now run carla_main_FLCAV_yolo.py to complete federated learning. How can I run experiments on the dataset in the test folder using the model generated here (./fedmodels/cloud/weights/global.pt)? |
You could use this command
Note that the trained model using the current example dataset may not work well (the number of samples is too small). We will upload a larger dataset soon. You can also generate your own datasets. If you feel it useful, welcome to star this repo. Thanks! |
Thank you for telling us about it. If I do the experiment again with the data set I created, do I need to do the quick start steps 1 and 2 again? If I want to experiment again Is this procedure correct? I would appreciate it if you could tell me. |
Thank you very much :)
This is a testing procedure. You could skip this step.
Somewhat correct. |
I have an additional question about dataset generation. I have now executed the following command in the directory FLDatasetTool/. After executing these commands, how do I place them under town03, etc. in the rawdata distributed by FLYOLO?
Any help would be appreciated. |
HI where can I find these two files ? Thanks |
I have a question about FLYolo
I have checked the operation with the provided EXAMPLE rawdata.
After that, we would like to try training with a new dataset, in which folder should we place the dataset? (raw_data/pretrain or raw_data/town03 or another location?)
Also, what is the role of the pretrain, town03 and town05 directories under the rawdata directory? (are you using data from all locations for training?)
The text was updated successfully, but these errors were encountered: