lhk / darknet_wrapper

A small wrapper around darknet
12 stars 5 forks source link

Missing function in detect_img() #5

Open illus10nist opened 6 years ago

illus10nist commented 6 years ago

Good wrapper! I noticed that detect_img() and detect_file() gives different results. It seems like adding : rgbgr_image(im); after ipl_to_img (line 158 : wrapper_c.c ) can solve the issue.

abhigoku10 commented 6 years ago

@illus10nist hi where you able to build it successfully since i get error @wrapper_c.c error : incompatible typs when assigning to type network {aka struct network} from type 'network {aka struct network }