peng
peng
R16B2 support `~tp` format term with utf8 binary as unicode: ``` erl +pc unicode Erlang/OTP 18 [erts-7.0] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] Eshell V7.0 (abort with ^G) 1> io_lib:format("~tp",...
``` bbox.height = bounding_box_[j].height + regression_box_temp_[4*j+2] * bounding_box_[j].height; bbox.width = bounding_box_[j].width + regression_box_temp_[4*j+3] * bounding_box_[j].width; ``` 看mathlab 代码,regression box 对应的应该是 x1,y1; x2,y2 两个坐标,而不是height,width 造成最终结果的bbox位置会有点歪,改正后效果更好些
mtcnn detect slow in mobile device, only CPU, 720p image avg 500ms (SAMSUNG S7 EDGE) maybe we cant implements a bulk version, it can be more faster ?
现在libco 是一种类lua coroutine 的单线程模式 有些场景用多线程模型还是更方便,考虑支持类 Go/Erlang 的调度器执行模型: - 一个IO线程完成epoll_wait 事件轮训、定时器 - 一个线程池调度并行的执行 coroutine 这样引入一些带有block系统调用但耗时可控的第三方库也没啥问题
1. add_node only sort add items, merge two part 2. remove_node needn't sort all items