suyashhchougule

Results 4 issues of suyashhchougule

``` /MPMCQueue.h:635:52: error: static assertion failed: T must be relocatable or have a noexcept move constructor 635 | std::is_nothrow_constructible::value || | ~~~~~~^~ 636 | folly::IsRelocatable::value, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/folly/MPMCQueue.h: In instantiation...

Is There any CSPization done in yolov4-tiny , as there is no difference in .cfg file

trained on coco dataset with command `./darknet detector train cfg/coco.data cfg/yolov4-tiny.cfg ` used same cfg provided in repo. build darknet from https://github.com/AlexeyAB/darknet Training was proper , noticed consistent increment in...