shekmun

Results 5 issues of shekmun

[feat[0] =candidate_pixel_locations(max_id,0)/max_radio_radius_;](https://github.com/yulequan/face-alignment-in-3000fps/blob/3fafe795e009c33dd620483d8b4f068e9e7a6aee/Tree.cpp#L268) is divided by max_radio_radius_. When the random forest is training, the candidated position is calculated with the array candidate_pixel_locations. [double project_x1 = rotation(0,0) * candidate_pixel_locations(j,0) + rotation(0,1) *...

### Motivation 已实现用C++加载mmpose,并推断关键点坐标,输出包括Point{x,y}和score值,但是没有找到heatmap的获取接口,是否已有相关接口,类似独立的codec的功能。没有的话,是否可能使用onnxruntime通过Ort::Session加载导出的python版本mmpose的heatmap推断部分。 ### Related resources _No response_ ### Additional context _No response_

I've test the power consumption both in receiving and sending mode on the nrf52832 minimum system board. In receiving mode, the average current is about 13mA. But after switched to...

I'm compling licensecc on windows with ssl. And I generate the private_key.rsa with 4096 bits (the default is 1024 bits). When I test with ```open-license-manager/examples/simple_pc_identifier``` the program crashes without any...

In the example file [https://github.com/open-license-manager/examples/blob/develop/submodule/src/example.cpp](url) ```size_t pc_id_sz = LCC_API_PC_IDENTIFIER_SIZE;``` should be modified to ```size_t pc_id_sz = LCC_API_PC_IDENTIFIER_SIZE + 1;``` or ```identify_pc``` will fail and print ```errors in identify_pc```. It won't...