DongshuoYin / garbage_dump_detection

Apache License 2.0
16 stars 1 forks source link

val datasets and mmcv edition #3

Open everytimeis80 opened 1 year ago

everytimeis80 commented 1 year ago

Hello, may I ask how the val data is generated in the training process of BCA-NET and what version of mmcv should meet the requirements? We know from the readme file that you have an open docker container, but the content displayed in the dockerhub is empty, thank you for your attention to my question

everytimeis80 commented 1 year ago

fdbe47e0b3e801eebd0ceb7c3450713

DongshuoYin commented 1 year ago

Thanks for your interest in this work. I checked the dockerhub repository and it should be fine. You can get the docker image with the following command: "docker pull y389164605/garbage_dump_detection:latest". The MMCV version can also be seen in docker.

Yin

---Original--- From: @.> Date: Mon, Sep 11, 2023 14:43 PM To: @.>; Cc: @.***>; Subject: [DongshuoYin/garbage_dump_detection] val datasets and mmcv edition(Issue #3)

Hello, may I ask how the val data is generated in the training process of BCA-NET and what version of mmcv should meet the requirements? We know from the readme file that you have an open docker container, but the content displayed in the dockerhub is empty, thank you for your attention to my question

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

DongshuoYin commented 1 year ago

You can find the docker image in Tags.

Yin

---Original--- From: @.> Date: Mon, Sep 11, 2023 14:45 PM To: @.>; Cc: @.***>; Subject: Re: [DongshuoYin/garbage_dump_detection] val datasets and mmcvedition (Issue #3)

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

everytimeis80 commented 1 year ago

Thank you for your reply. I noticed that the data set you disclosed includes training and testing parts. Did you extract the verification set in the research process through the training set or set it separately?