Giter Club home page Giter Club logo

Comments (7)

JokerKangS avatar JokerKangS commented on June 17, 2024 1

I found the reason!when i review the origin paper of yolo,i found that the auther pretrain the first 20 convonlutional layers on the ImageNet 1000-class dataset. So i pretrain the first conv-layers on another classification dataset(because i have no imagenet dateset),then train the whole network. Finally, it can detect things correctly! In short, if you want to train yolo from scratch, you should pretrain the first 20 conv-layers with a classification task

from yolo_tensorflow.

Yusei37 avatar Yusei37 commented on June 17, 2024

I trained on my own dataset and replaced the yolo_small.ckpt with data,meta and index files, but no objects could be detected.(好桑心) Does anyone know what I should do?Thank you!!!

I have the same problem, too. Did you solve it?
I trained it without yolo_small.ckpt, and the code run normally.

from yolo_tensorflow.

ZoeSnow avatar ZoeSnow commented on June 17, 2024

I haven't solved the error yet. My training process is also normal but I can't detect anything.

from yolo_tensorflow.

zuowk avatar zuowk commented on June 17, 2024

the loss layer in the training file seems to be wrong,so training on your your dataset can't work

from yolo_tensorflow.

ZoeSnow avatar ZoeSnow commented on June 17, 2024

@zuowk

Thank you for your reply. Did you train on your own dataset successfully? Could you tell me how to rectify the loss function?

from yolo_tensorflow.

JokerKangS avatar JokerKangS commented on June 17, 2024

the loss layer in the training file seems to be wrong,so training on your your dataset can't work

I trained it on the pascal_voc dataset without yolo_small.ckpt, and still can't detect anything, too.

from yolo_tensorflow.

Lizhihzzx avatar Lizhihzzx commented on June 17, 2024

I have the same problem.Did anybody solve it?Or it means that i must use yolo_small.ckpt?

from yolo_tensorflow.

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.