unet_darknet
unet_darknet copied to clipboard
How to compile it in Linux/windows?
@ChenCong7375 https://github.com/ArtyZe/yolo_segmentation This project mabe more friendly, unet_darknet is still some problems!
Just use the makefile build system to compile it. Once successfully compiled you will have the darknet exe file under the main folder. You might run across some cuda issues due to version updates when compiling these can be easily fixed by googling them. @ChenCong7375 @tuuzhang