Code Monkey home page Code Monkey logo

Comments (9)

BichenWuUCB avatar BichenWuUCB commented on July 22, 2024

@aswwqhome1993 If you could provide more details, it would be helpful.

  • Did you re-train the model? If so, how many iterations did you train? Did you make any modifications to the model?
  • If you used pretrained model, which one did you use?
  • How did you split the train-val set?
  • ...

from squeezedet.

aswwqhome1993 avatar aswwqhome1993 commented on July 22, 2024

I just use the pretrained model you proposed (model.ckpt-87000) and do not re-train the model.
I also use random_split_train_val.py to split the train-val set.

from squeezedet.

mbuckler avatar mbuckler commented on July 22, 2024

I can confirm these low results with the provided squeezeDet model. The squeezeDet+ model achieves a 0.821 mean average precision, but the squeezeDet model under performs. Perhaps an incorrect model was uploaded?

from squeezedet.

BichenWuUCB avatar BichenWuUCB commented on July 22, 2024

Seems that the model is somehow broken. I will train a new model and update it in next few days. Thanks.

from squeezedet.

PythonImageDeveloper avatar PythonImageDeveloper commented on July 22, 2024

@BichenWuUCB ,@aswwqhome1993, is this issue solved ?

from squeezedet.

HoracceFeng avatar HoracceFeng commented on July 22, 2024

@BichenWuUCB Hi, I also have similar question. Instead training on KITTI or VOC, I train it in my own dataset which have VOC structure. The loss decrease in the first 1000 step but then go flatten. I stop the training at step 7000 and test the model. All the result boxes have very low confidence, and they all lay at the corner of the images. Not sure why it will happen, would you give any suggestions about it?

from squeezedet.

alan20062006 avatar alan20062006 commented on July 22, 2024

@HoracceFeng Hi Feng! I'm now just doing the same thing as you did, apply squeezedet to VOC or VOC-like database. I made some changes to the codes and met exactly the same problems as yours -- loss fixed after hundreds of steps, very low confidence when running eval.py. So have you figured out how to solve those problems?

from squeezedet.

HoracceFeng avatar HoracceFeng commented on July 22, 2024

from squeezedet.

acmaheri avatar acmaheri commented on July 22, 2024

@HoracceFeng The thing is, if you are using your own customized dataset, you need to modify and set those anchors based on the distribution of your own dataset. Also, don't forget to recompile the make file in the src/dataset/kitti-eval. I did that and it works.

from squeezedet.

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.