-
Notifications
You must be signed in to change notification settings - Fork 44
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
What's the dataset format for this project? #14
Comments
Unlike PascalVOC use [xmin, ymin, xmax, ymax] to make annotations, we utilize [x1, y1, x2, y2, x3, y3, x4, y4] to represent a object instance. So the [bndbox] field needs to have the following content:
The others are the same with PascalVOC. ^_^ |
I've changed that, but when I ran the project, it told me:
Is it because I cannot just run it with original training/validation data of VOC 2007? |
I met the same problem ,have you solved this? @iVanlIsh |
@PeiChenPing not yet |
@iVanlIsh @PeiChenPing The number of images must be even. |
|
@iVanlIsh As you see, it is out of memory, you need 8GB GPU memory at least for training. |
@xhzdeng But my GPU has 11177MiB. |
@iVanlIsh Is there some other programs occupied your GPU? |
No. @xhzdeng |
maybe this will help you. ^_^ |
I've tried scripts in data folder but seems the links are expired.
Then I tried to download dataset from http://host.robots.ox.ac.uk/pascal/VOC/voc2007/, and could not successfully run the code, too.
Please help me.
(也尝试魔改输入数据处理的代码,还是失败了,萌新求助QAQQQ)
The text was updated successfully, but these errors were encountered: