darknet-nnpack icon indicating copy to clipboard operation
darknet-nnpack copied to clipboard

How to ban the windows of output

Open BlankAix opened this issue 6 years ago • 2 comments

The job You done is great. But there is a question. Since I couldn't use detector.py directly(undefined symbols: nnp_convolutional_inference), I don't know other ways to use the yolo not with the cmd.

Could you tell what I could do? I had tried to compiled the darknet.c again but there are many errors( Hart to split out the messages for me).

BlankAix avatar Oct 12 '18 10:10 BlankAix

Question solved. I just make clean and edit the detector.c (delete some part of the test_detector function). And make again. Now it works and I just creat a .txt to save the info.

BlankAix avatar Oct 12 '18 12:10 BlankAix

Question solved. I just make clean and edit the detector.c (delete some part of the test_detector function). And make again. Now it works and I just creat a .txt to save the info.

can you share this code? im having troubles with darknet.py aswel

Favi0 avatar Jan 16 '19 22:01 Favi0