Giter VIP home page Giter VIP logo

Comments (12)

AlexeyAB avatar AlexeyAB commented on May 20, 2024
  1. Do you use Linux or Windows?

  2. Did you successfully compiled Yolo_mark by using MSVS2015 and OpenCV 2.4.x?

  3. Where is created file yolo_mark.exe, is there Yolo_mark/x64/Release/?

from yolo_mark.

Abduoit avatar Abduoit commented on May 20, 2024

Thanks for reply @AlexeyAB
1- I am using Linux
2- Yes I compiled it correctly, using OpenCV 2.4.9. I saw the images of airplanes and birds

3- I don't have file yolo_mark.exe , there is file yolo_mark.cmd in /home/abdulrahman/Yolo_mark/x64/Release

from yolo_mark.

AlexeyAB avatar AlexeyAB commented on May 20, 2024

From the manual: https://github.com/AlexeyAB/Yolo_mark#yolo_mark

To test, simply run

  • on Windows: x64/Release/yolo_mark.cmd
  • on Linux ./linux_mark.sh

So run ./linux_mark.sh

from yolo_mark.

Abduoit avatar Abduoit commented on May 20, 2024

I already ran it, i saw my own images without bounding boxes, cuz I haven't trained yet,

I need to train it with my custom images, I think I did something wrong with the following step (3.2), I think I put the files in wrong directory. Could u tell me what does this mean near with executable darknet-file

3.2 Put files: yolo-obj.cfg, data/train.txt, data/obj.names, data/obj.data, darknet19_448.conv.23 and directory data/img near with executable darknet-file, and start training: darknet detector train data/obj.data yolo-obj.cfg darknet19_448.conv.23

So when I run this

darknet detector train data/obj.data yolo-obj.cfg darknet19_448.conv.23

I got

abdulrahman@abdulrahman-ThinkPad-X230-Tablet:~/Yolo_mark/x64/Release$ darknet detector train data/obj.data yolo-obj.cfg darknet19_448.conv.23
bash: darknet: command not found

from yolo_mark.

AlexeyAB avatar AlexeyAB commented on May 20, 2024

I already ran it, i saw my own images without bounding boxes, cuz I haven't trained yet,

At first you should mark all of your images by ./linux_mark.sh


darknet detector train data/obj.data yolo-obj.cfg darknet19_448.conv.23

On linux you should run binary files in a such way: ./darknet instead of darknet

from yolo_mark.

Abduoit avatar Abduoit commented on May 20, 2024

screenshot from 2017-07-13 16-52-03

should I run ./darknet detector train data/obj.data yolo-obj.cfg darknet19_448.conv.23 from ~/Yolo_mark/x64/Release$

As you see in the above pic there is no file ./darknet how can I run it

from yolo_mark.

AlexeyAB avatar AlexeyAB commented on May 20, 2024

For Linux - you should download Darknet for Linux: https://github.com/pjreddie/darknet
Compile it, find the runable file darknet, put near all files and run ./darknet detector train data/obj.data yolo-obj.cfg darknet19_448.conv.23

from yolo_mark.

Abduoit avatar Abduoit commented on May 20, 2024

I have Darknet, it works properly
So I put the runable file darknet as in this pic
11

I ran ./darknet detector train data/obj.data yolo-obj.cfg darknet19_448.conv.23
I got this pic
12

from yolo_mark.

AlexeyAB avatar AlexeyAB commented on May 20, 2024

Put files: yolo-obj.cfg, data/train.txt, data/obj.names, data/obj.data, darknet19_448.conv.23 and directory data/img near with executable darknet-file, but not vice versa :)

https://github.com/AlexeyAB/Yolo_mark#yolo_mark

3.2 Put files: yolo-obj.cfg, data/train.txt, data/obj.names, data/obj.data, darknet19_448.conv.23 and directory data/img near with executable darknet-file, and start training: darknet detector train data/obj.data yolo-obj.cfg darknet19_448.conv.23

Also read this: https://github.com/AlexeyAB/darknet#how-to-train-to-detect-your-custom-objects

from yolo_mark.

SheebanWasi avatar SheebanWasi commented on May 20, 2024

When I use to train coco-data sheebans-Air:data sheeban$ detector train cfg/coco.data cfg/yolov3.cfg darknet53.conv.74 -bash: detector: command not found
I am in data directory because when I use sheebans-Air:data sheeban$ ./darknet detector train cfg/coco.data cfg/yolov3.cfg darknet53.conv.74 it throws error darknet directory not found

from yolo_mark.

lalithkumawat avatar lalithkumawat commented on May 20, 2024
1. Do you use Linux or Windows?

2. Did you successfully compiled Yolo_mark by using MSVS2015 and OpenCV 2.4.x?

3. Where is created file `yolo_mark.exe`, is there `Yolo_mark/x64/Release/`?

not able to compile .sln in vs in windows :(

from yolo_mark.

sky93 avatar sky93 commented on May 20, 2024

Can anybody provide a .exe file?

from yolo_mark.

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.