Giter Site home page Giter Site logo

How is the dataset divided? about parksim HOT 4 CLOSED

xushenlz avatar xushenlz commented on August 26, 2024
How is the dataset divided?

from parksim.

Comments (4)

XuShenLZ avatar XuShenLZ commented on August 26, 2024

Thanks for your interest! I don't think we have received the dataset requests from you. May I know which data files did you use? Also, could you please describe your experiment steps clearly?

from parksim.

yuwenyouhaoran avatar yuwenyouhaoran commented on August 26, 2024

Thanks for your interest! I don't think we have received the dataset requests from you. May I know which data files did you use? Also, could you please describe your experiment steps clearly?

I'm sorry that the previous description was not clear.

I just cloned the code and used the default parameters and DJI_0007~DJI_0014 in the code for training, but the results obtained are different from those in the paper. May I ask which part of the data was used for training to get the results in the paper?

The dataset was applied by my classmates in the same lab, and I'm doing similar research with him, therefore using the same dataset.

from parksim.

XuShenLZ avatar XuShenLZ commented on August 26, 2024

The default code is only using DJI_0006 for fast execution. You definitely need more training data. In the paper, we are using DJI_0007~0022 which results in roughly 57500 total data points. Of those, about 51750 were used for training, and the rest for test + validation.

So you might want to change the code to be ["DJI_" + str(i).zfill(4) for i in range(7, 23)] in both create_dataset.py and prepar_single_file_data.py. You might find the number becoming a little bit different now when you run the code since we slightly changed a few data processing after paper submission. But the result shouldn't deviate too much.

In terms of the dataset, please limit the circulation inside your lab. Please let others submit another request if they are interested. Thanks!

from parksim.

yuwenyouhaoran avatar yuwenyouhaoran commented on August 26, 2024

Thank you very much for your help in your busy schedule! I have fully understood the process of your experiment through your detailed explanation.

from parksim.

Related Issues (3)

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.