EliteWeapon

Results 8 comments of EliteWeapon

> how to call one of the API methods to get pupil or iris sizes > > thanks You can make your own 'pipeline_output_builder' in the environment when building pipeline...

> I'm looking for ways to speed up inference from 0.5s -1s on frame on different processors to 50-100 ms > > https://github.com/worldcoin/open-iris/blob/6b2fa096f7f196fc7e48d27bbb5e803c2b80e5bd/SEMSEG_MODEL_CARD.md#local-machine > > here you have an example...

> > ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: 'D:\conda\env\paddlex\Lib\site-packages\cv2\cv2.pyd' Consider using the `--user` option or check the permissions. > > 同样的问题,改成Everyone 还是不行 > >...

I checked the source codes: 1. When starting a top block, its sub-block detail's memeber '**threaded**' and '**thread**' will be set to valid values in funtion **tpb_thread_body()**. ``` tpb_thread_body::tpb_thread_body(block_sptr block,...

@marcusmueller I wrote a test program in c++ as the following: ``` #include #include #include #include #include #include int main() { auto tp_blk = gr::make_top_block("my_top_block"); auto src_blk = gr::blocks::null_source::make(1); auto...

But in another test, I used gqrx-2.17.5 + gr-osmosdr-0.2.6 to simulate the error. I modified the **receiver:stop()** function in receiver.cpp as : ``` void receiver::stop() { if (d_running) { tb->stop();...

I resloved this problem by adding a new function called 'calc_used_blocks' to hier_block2_detail. ``` basic_block_vector_t hier_block2_detail::calc_used_blocks() { // get blocks on edges basic_block_vector_t tmp = d_fg->calc_used_blocks(); // get singleton blocks...

When I used ffplay to play a 10-bit video on an NVIDIA RTX5080 GPU, the displayed image is abnormal. The specific ffplay command used is as follows: "ffplay -hwaccel cuda...