jing-vision / lightnet

Lightweight turnkey solution for AI
MIT License
101 stars 26 forks source link

Getting a link error while trying to build feature-viz using VS2022 and VS2015 #17

Open devarshi16 opened 2 years ago

devarshi16 commented 2 years ago

When trying to build feature-viz I am getting the following link-error

Severity    Code    Description Project File    Line    Suppression State
Error   LNK1104 cannot open file 'yolo_cpp_dll-d.lib'   feature-viz C:\lightnet\feature-viz\vs2022\LINK 1
rohitsaluja22 commented 2 years ago

@devarshi16 will adding https://github.com/jing-vision/lightnet/tree/master/darknet_vs/ to linker path help, since it has file "yolo_cpp_dll.sln"?

vinjn commented 2 years ago

@devarshi16 you need to build https://github.com/jing-vision/lightnet/blob/master/darknet_vs/yolo_cpp_dll.sln first