Kki2Eve / RISNet

Depth-Aware Concealed Crop Detection in Dense Agricultural Scenes, CVPR 2024
MIT License
15 stars 2 forks source link

Training #4

Open llj110 opened 2 months ago

llj110 commented 2 months ago

Is the training parameters of other COD datasets consistent with those of ACOD-12K? Can you provide the loading method and training parameters for these COD datasets?

Kki2Eve commented 2 months ago

Thank you for your message. We made slight adjustments to the training parameters on other COD datasets, increasing the batch size from 4 to 8. This change was made to fully utilize the GPU memory since there were no depth maps in the other datasets. Similarly, the loading method for these COD datasets was implemented by removing the depth information loading in dataloader.py. I hope this clarifies your question.

llj110 commented 2 months ago

Thanks for your valuable reply. Here, I have an extra question: For the dataset of NC4K, at what ratio did you divide the training and testing sets?

Kki2Eve commented 2 months ago

The entire NC4K dataset is treated as part of the test set.

llj110 commented 2 months ago

Do you mean to combine the training set of COD10K and CAMO to train a model, and then test it separately on the testing sets of COD10K and CAMO, as well as NC4K?

Kki2Eve commented 2 months ago

Yes, that's it.