Victor Terra Ferrão

Results 5 comments of Victor Terra Ferrão

I am having the same issue, i tried with another API and everything is normal, but with this one i'm only getting black images

> Why are so many functions duplicated? Is reading weights from memory somehow different from first reading them into memory from a file? Isn't a memory buffer-based weights importing function...

In this last ~~chunck of~~ commit I developed some of the tips that you guys gave here and in #6019. The constructor is changed and most of the duplicated code...

In this latest commit I changed the new constructors to be `Detector(const std::string& cfg_string, const char* weights, size_t size, int gpu_id);` and `Detector(const std::string& cfg_string, const std::vector& weights, int gpu_id...

> Hi @grandec , sorry for taking this long to reply! I've a couple of change requests. > > 1. Quoting from [#6019](https://github.com/AlexeyAB/darknet/issues/6019#issuecomment-650440273): > > > @Kaimbelic Just to confirm:...