Git Product home page Git Product logo

obbstacking's People

Contributors

haoning724 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

vikh333

obbstacking's Issues

what's the format of the inferred txts?

result_root_dir/
├── model_1_test/
│   └── test/
│       ├── Task1_baseball-diamond.txt

In my understanding, Task1_baseball-diamond.txt is the inferred result of model_1, but I don't know what's the required format.

The format of DOTA is

x1, y1, x2, y2, x3, y3, x4, y4, category, difficult

and is different from the format in your code:

data = np.loadtxt(txt_url, skiprows=skiprows, usecols=range(1, 10))
img_names = np.loadtxt(txt_url, skiprows=skiprows, usecols=0, dtype=str)
data = np.concatenate([
data[:, 1:], data[:, 1:3], data[:, [0]], # obj * 10 and probability
np.full((data.shape[0], 1), fill_value=model_id) # model id
], axis=1)

the format in your code looks like:

img_name, prob, x1, y1, x2, y2, x3, y3, x4, y4

but there are only 10 elements, and your code requires 12 elements.

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.