Coder Social home page Coder Social logo

Comments (10)

liulei01 avatar liulei01 commented on June 24, 2024 2

In folder "train_data", each image file has a corresponding .rbox file. For example, an image file 1.tif would be labeled by 1.tif.rbox. Supposing that there are two targets in this image, the rbox file should have two lines and each line corresponds to one target. For example, it may looks like:

128.0 117.0 50.0 60.0 1 16.5
262.0 152.0 87.0 90.0 1 250.0

The 5 numbers in each line are center_x, center_y, width, height, label, angle, respectively.
To build a LMDB database, you should use a list file to indicate the relationship between each image file and its rbox file. For example, in trainval.txt, you should write:

1.tif 1.tif.rbox
2.tif 2.tif.rbox

if you have two images for training.

from drbox.

liulei01 avatar liulei01 commented on June 24, 2024 1

The downloaded data should be extracted using command cat data.tar.gz*>data.tar.gz first to merge each subfile together.

from drbox.

huang229 avatar huang229 commented on June 24, 2024

Thank you very much for your help.I wish you a good mood every day.

from drbox.

jeejeelee avatar jeejeelee commented on June 24, 2024

@liulei01 your dataset is so big for me, can you upload smaller dataset( eg. about 2G ),I just want to learn the process of training with your dataset thank you ~~~

from drbox.

liulei01 avatar liulei01 commented on June 24, 2024

@jeejeeli Do you have difficulty downloading them or training with all of them? If the latter, you can simply delete lines in trainval.txt to decrease the number of training samples.

from drbox.

jeejeelee avatar jeejeelee commented on June 24, 2024

@liulei01 thanks for your answer, it is difficult for me to download your data, but now I have downloaded your dataset using VIP ,hhh~

from drbox.

pfchenstuxidianedncn avatar pfchenstuxidianedncn commented on June 24, 2024

Have you download the datasets and extracted them? I have some problem when I extracting them.@huang229
_2018-01-16_16-03-40

from drbox.

huang229 avatar huang229 commented on June 24, 2024

@pfchenstuxidianedncn ubuntu system command: cat data.tar.gz*>data.tar.gz

from drbox.

pfchenstuxidianedncn avatar pfchenstuxidianedncn commented on June 24, 2024

Yes, I have already carried out this command, but I have problem when I extract the "data.tar.gz". How can I solve this problem.

from drbox.

cyrilli avatar cyrilli commented on June 24, 2024

Hi, I managed to compile and train your model on Airplane data, and I am about to build my own dataset. I am wondering what is BAIYUNJICHANG_Level_19_0.tif.pos.txt in DRBox/data/Airplane/train_data. Is this file needed to create a dataset?

from drbox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.