-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display label correctly #9
Comments
I did it ! thank you! |
#hyunkyung12 what have you done to display the label what file you changed?? |
https://github.com/pjreddie/darknet/tree/master/data/labels |
You are running easy-yolo or other one. I am not understanding why should paste .png in data folder? |
easy yolo was created to reduce train time in yolo. |
Thank you for response. I have seen that in result it displayed couldn't upload images
data/label/36_1.png something. So If I make a folder data/label and paste
all .png file then Will testing occur over whole folder. And in which file
of source code you have specify location of label data ??? In yolo.c ??
…On Fri, Jan 26, 2018 at 9:28 PM, hyunkyung12 ***@***.***> wrote:
easy yolo was created to reduce train time in yolo.
I think the creator of easy yolo forgot to copy the data / labels folder
while creating a new repository based on yolo's file.
Also, if you look at the source code, you have to specify the location of
the label data. Actually, there is no such directory in the easy-yolo
repository.
So if you create a folder called data / labels directly, the label will be
displayed normally.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMkuQaTn0M-wRqloe1GLGXlLCvisA6NQks5tOfYRgaJpZM4RViXH>
.
|
in src / image.c,
Here you can see the directory and format of the files you pasted! |
@hyunkyung12 Thanks it works for me. |
Got error while executing the make train command. /home/username/Videos/easy-yolo-master/darknet detector train cfg/easy.data cfg/easy.cfg darknet19_448.conv.23 I am new in this training procedures. |
How did you enter your command? |
While configuring the model what all things needed to be calculated . Currently I am training a single class with images of resolution 640*480. Do I need to change any commands specified in the configure model part. |
@hyunkyung12 Is there some way to calculate FPR value which is = FP/(FP+TN) for single class classification. Or can we draw ROC curve for one class. |
I want to display the label in my box.
However, it is displayed in black.
How can I display it?
What files or folders should I change?
The text was updated successfully, but these errors were encountered: