Giter VIP home page Giter VIP logo

Comments (6)

ApelSYN avatar ApelSYN commented on July 25, 2024

Уточните о каком скрипте идет речь, какая ошибка возникает?

from nomeroff-net.

kekonaut avatar kekonaut commented on July 25, 2024

Об админке для разметки фотографий. После разметки всех фотографий, json файлы не сохраняются в папке ann

from nomeroff-net.

ApelSYN avatar ApelSYN commented on July 25, 2024

Уточняю вопросы:

  1. Какая ошибка возникает в консоли там где вы запустили?
    node ./server.js

  2. Имеет ли пользователь от которого запущен скрипт в консоли права на запись в папку где происходит разметка данных (в вашем случае папку "ann")?

from nomeroff-net.

kekonaut avatar kekonaut commented on July 25, 2024
  1. Никакая. Последние записи GET /img/
    есть еще {
    img_path: ,
    name: ,
    predicted: '',
    description: undefined
    }

2)да, имеет

from nomeroff-net.

ApelSYN avatar ApelSYN commented on July 25, 2024

Должно быть как-то так:

{
  img_path: 'img/238144554.png',
  name: '238144554',
  predicted: '',
  description: undefined
}
{
  img_path: 'img/256425853.png',
  name: '256425853',
  predicted: '',
  description: undefined
}

Формат фото png? Если нет, то сконвертируйте в png и попробуйте еще раз.

Если проблема еще осталась вышлите мне конфиг и несколько фото из вашего датасета, напишите в какой папке эти фото лежат.

from nomeroff-net.

kekonaut avatar kekonaut commented on July 25, 2024

Помогла смена формата с .jpg на .png
Спасибо!

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.