Code Monkey home page Code Monkey logo

Comments (1)

KirtoXX avatar KirtoXX commented on June 24, 2024

Yes.
When u down load this project on u pc.Put u image here : /data/image and u label file on /data/label,also u can change u dir on dataset.py and pre_processing.py
Second ,make sure the category of u data,and build u dataset label files,
1.for example,if your have a image named 111.jpg, build a 111.txt on ./data/lable/,like this :
Car 785 533 905 644
Car 89 551 291 680
Car 268 546 383 650
Truck 455 522 548 615
Truck 548 522 625 605
Car 1726 484 1919 646
Car 758 557 807 617
Car 633 561 680 597
Car 682 557 718 593
(the meaning of each words,category,x1,y1,x2,y2)
2.def u own one_hot_lable() func in pre_processing.py,make sure every category get a one-hot vecotr
3.change the output of nn in yolo.py.For example,if u got 5 category in u dataset,the output shape must be anchor_box*(5+classs)

from my_yolo.

Related Issues (1)

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.