Giter VIP home page Giter VIP logo

Comments (6)

ApelSYN avatar ApelSYN commented on July 25, 2024 1

Добрый день. Скопировал ваш проект, пытаюсь обучать на вашем датасете.
ошибка показана на скрине ниже.

Это ошибка в датасете, неверное описание региона, проблема с файлом 250022241orig.jpeg, можете самостоятельно пофиксить скорее всего там одна из координат больше чем размер фото, в ошибке есть подсказка что не нравиться. Завтра на работе смогу пофиксить и выложить обновленный json с описанием.

и если не секрет, то на каком gpu обучалось?

Мы тренируем на GeForce GTX 1080 TI или GeForce RTX 2080 TI

from nomeroff-net.

Elephmoon avatar Elephmoon commented on July 25, 2024

и если не секрет, то на каком gpu обучалось?

from nomeroff-net.

Elephmoon avatar Elephmoon commented on July 25, 2024

Спасибо

from nomeroff-net.

Elephmoon avatar Elephmoon commented on July 25, 2024

датасет исправил, но наверное проблема всё таки в видюхе. thread exception полетели, и Resource exhausted. можно какие то параметры подправить кроме IMAGES_PER_GPU для увеличения производительности?
33
44

from nomeroff-net.

dimabendera avatar dimabendera commented on July 25, 2024

Рекомендую вам посмотреть сюда https://github.com/matterport/Mask_RCNN/blob/master/mrcnn/config.py

Все те же параметры можно передать в конструктор nomeroffNet.Detector
Например:

detector = Detector(mask_rcnn_dir="./MaskRCNN/", log_dir="./logs/", mask_rcnn_config={
          "NAME": "numberplate",
          "GPU_COUNT": 1,
          "IMAGES_PER_GPU": 1,
          "NUM_CLASSES": 2,
          "DETECTION_MIN_CONFIDENCE": 0.7,
          "IMAGE_MAX_DIM": 1024, # work ?
          "IMAGE_RESIZE_MODE": "square" # work ?
        })

from nomeroff-net.

Elephmoon avatar Elephmoon commented on July 25, 2024

Обучение стартануло с вот такими параметрами. GPU nvidia 970
2222

from nomeroff-net.

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.