Coder Social home page Coder Social logo

计算模型的mAP about mobilenet-yolo HOT 7 CLOSED

eric612 avatar eric612 commented on May 14, 2024
计算模型的mAP

from mobilenet-yolo.

Comments (7)

eric612 avatar eric612 commented on May 14, 2024

根據我的solver設定,mAP在caffe訓練過程中,每一千筆會測試一次mAP,你只要下指令訓練即可

from mobilenet-yolo.

YiDing2333 avatar YiDing2333 commented on May 14, 2024

我的训练没有问题,但是在训练中每次测试时detection_eval都等于0,不知道是哪里有问题,麻烦您帮我看一下
这是训练过程中的log记录,输出测试的结果
default
这是我solver中的内容
default
这是test中配置数据的部分
default

from mobilenet-yolo.

eric612 avatar eric612 commented on May 14, 2024

方便將prototxt 與 training log 上傳嗎,這樣看會比較快

from mobilenet-yolo.

YiDing2333 avatar YiDing2333 commented on May 14, 2024

非常感谢
mobilenetv1_yolov3_coco.zip
train-2018-12-15-19-16-47.zip

from mobilenet-yolo.

eric612 avatar eric612 commented on May 14, 2024

您好,

  • 我發現你將depthwise convolution加上 shortcut ,類似的結構我有試過mobilenetv2 ,但精準度不是很好,同樣的問題 caffe的mobilenetv2-ssdlite也會遇到,建議不要使用此類結構

  • 另外將backbone網路修改後,如果沒有相對應的pretrained weights,也會造成精準度下降

  • 且depthwise後面一定要先接1x1 的conv. layer (pointwise convolution),否則效果並非與google 提出的mobilenet 等價

from mobilenet-yolo.

YiDing2333 avatar YiDing2333 commented on May 14, 2024

谢谢,我再认真修改一下我的网络结构
不知道我的prototxt在您那运行时,测试的detection_eval是否为0,是配置的有问题还是有别的什么问题

from mobilenet-yolo.

YiDing2333 avatar YiDing2333 commented on May 14, 2024

才发现测试集是没有标注的 验证集里才有标注 换成coco的验证集就好了

from mobilenet-yolo.

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.