-
Notifications
You must be signed in to change notification settings - Fork 25
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
fresh man ask for help about the dataset #4
Comments
em.... |
@Jaychoukobbe Hi! I also meet a similar KeyError. Could you tell me what the right way to set folder path is? Currently I put VOC data at home: ~/data/VOCdevkit and ~/coco. |
@Z-Z-Han if u wanto train on VOC, just use VOC is ok , because in Pelee_VOC.py file, |
@Jaychoukobbe Get it! Thank you very very much! |
@Z-Z-Han i am still working on this codebase, if u have any question, u are welcome to ask... |
@zhuixunforever i replace backbone with shuffleNetV2 and i train on VOC, i use 1080i gpu and almost train 3days, 400 epoch. by the way my batchsize is 64. the final MAP result is 0.62 when i use shufflenetV2 1X, and 0.67 when i use shufflenetV2 2X |
@zhuixunforever I trained the model on my dataset with over one hundred images,using 1080 gpu. The time for training is about on day, and I only change batchsize to 32. The performance is a little worse than ssd with vgg as backbone, but also acceptable. For an image with size 640*480, the inferencing time is about 1~2 seconds when using cpu. |
@Z-Z-Han what dataset u train on? and waht map u get? |
My own dataset
…---Original---
From: "Jaychoukobbe"<notifications@github.com>
Date: Wed, Aug 7, 2019 17:17 PM
To: "yxlijun/Pelee.Pytorch"<Pelee.Pytorch@noreply.github.com>;
Cc: "Z-Z-Han"<292808092@qq.com>;"Mention"<mention@noreply.github.com>;
Subject: Re: [yxlijun/Pelee.Pytorch] fresh man ask for help about the dataset (#4)
@Z-Z-Han what dataset u train on? and waht map u get?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Not public available
…---Original---
From: "Jaychoukobbe"<notifications@github.com>
Date: Wed, Aug 7, 2019 17:17 PM
To: "yxlijun/Pelee.Pytorch"<Pelee.Pytorch@noreply.github.com>;
Cc: "Z-Z-Han"<292808092@qq.com>;"Mention"<mention@noreply.github.com>;
Subject: Re: [yxlijun/Pelee.Pytorch] fresh man ask for help about the dataset (#4)
@Z-Z-Han what dataset u train on? and waht map u get?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@Z-Z-Han have ever tried on public dataset , like voc or coco? |
Not yet
…---Original---
From: "Jaychoukobbe"<notifications@github.com>
Date: Wed, Aug 7, 2019 17:21 PM
To: "yxlijun/Pelee.Pytorch"<Pelee.Pytorch@noreply.github.com>;
Cc: "Z-Z-Han"<292808092@qq.com>;"Mention"<mention@noreply.github.com>;
Subject: Re: [yxlijun/Pelee.Pytorch] fresh man ask for help about the dataset (#4)
@Z-Z-Han have ever tried on public dataset , like voc or coco?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@Z-Z-Han all right |
hao can i running it on cup,can you help me |
i have following error "ImportError: No module named cpu_nms" how did you solve this. |
hi~~~
i am a new man in this. your repository is amazing for me, but i have a problem with the dataset.maybe its not a big problem for u.
i already download the Pelee_VOC.pth and put it to weights folder, and i follow the steps to download the dataset VOC2007, and it looks like this.
and i run the command
python demo.py --dataset VOC\VOC2007 --config ./configs/Pelee_VOC.py --trained_model ./weights/Pelee_VOC.pth --show
but it comes out the
i dont whats wrong? could u help me? thx~~~
The text was updated successfully, but these errors were encountered: