-
Notifications
You must be signed in to change notification settings - Fork 155
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
ImageSets folder #59
Comments
SOLVED: Solution: (1) Create folder (2) Put (3) Create folder (4) Put the content of I suggest you to put this flow inside the README.md! Have a nice day! |
Thanks @MatteoT9890! I have updated the README with a link to your comment. |
@JosephKJ Hi! Jose. For the lack of access to google drive, I cannot download the whole dataset. Hope for your response, thanks a lot. Could you please update the download link? |
兄弟,我已经下载了这个数据并且存在阿里云盘了,可惜阿里云盘无法共享压缩包文件,你要是真的要的话我可以扫码授权登录你下载 |
@PixelChen24 Hi, I cannot download the whole dataset. Could you share me the files? Thanks a lot! |
@PixelChen24 Hello, could you let me download the data? Thank you very much! |
Of course, please give me your email so that we can chat via email |
Of course, please give me your email so that we can chat via email |
Hello @lxtGH @chenfangchenf @PixelChen24 , Please use this link instead: https://drive.google.com/drive/folders/1S5L-YmIiFMAKTs6nHMorB0Osz5iWI31k?usp=sharing (I have updated the first post too) |
thank you very much!
…------------------ 原始邮件 ------------------
发件人: "JosephKJ/OWOD" ***@***.***>;
发送时间: 2023年1月3日(星期二) 晚上9:39
***@***.***>;
***@***.******@***.***>;
主题: Re: [JosephKJ/OWOD] ImageSets folder (#59)
Hello, Please use this link instead: https://drive.google.com/drive/folders/1S5L-YmIiFMAKTs6nHMorB0Osz5iWI31k?usp=sharing
(I have updated the first post too)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
thank you very much !
My email is ***@***.***
…------------------ 原始邮件 ------------------
发件人: "JosephKJ/OWOD" ***@***.***>;
发送时间: 2023年1月3日(星期二) 晚上9:35
***@***.***>;
***@***.******@***.***>;
主题: Re: [JosephKJ/OWOD] ImageSets folder (#59)
@PixelChen24 Hello, could you let me download the data? Thank you very much!
Of course, please give me your email so that we can chat via email
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
|
Helloooooooooo friends from china mainland! |
Use”python tools/train_net.py --num-gpus=1 --config-file=./configs/OWOD/iOD/all_20_train.yaml“to it report an error |
https://drive.google.com/drive/folders/1S5L-YmIiFMAKTs6nHMorB0Osz5iWI31k?usp=sharing
In this link there are only "Annotations" and "JPEGImages" folders, so when I run the command:
python tools/train_net.py --num-gpus 4 --dist-url='tcp://127.0.0.1:52125' --resume --config-file ./configs/OWOD/t1/t1_train.yaml SOLVER.IMS_PER_BATCH 8 SOLVER.BASE_LR 0.01 OUTPUT_DIR "./output/t1"
I face this error:
In fact in the folder
datasets
there is no subfolder calledVOC2007/ImageSets/Main
, while there is a subfolder calledOWOD_imagesets
containing the different TXT files.So I wonder what is the strategy to handle correctly the different datasets once downloaded "Annotations" and "JPEGImages" from Google drive link in order to avoid
FIleNotFoundError
?Thanks in advance
The text was updated successfully, but these errors were encountered: