ORB_FPGA icon indicating copy to clipboard operation
ORB_FPGA copied to clipboard

Results 5 ORB_FPGA issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to implement this project into ORB-SLAM2. However, the descriptor calculated by Pynq is different from software_test. I compared one same keypoint from one picture, and this...

Usually once the HLS synthesis is finished did you autoconnect the ip in vivado ? or did you do the place and route of the ip?

Would you do me a favor? I need some help. It costed 139115 luts when the file called comDescriptor.cpp was synthesised. I followed your steps to rebuild vivado project, but...

I found several lines below, and it seems that the original code ``` 469 if(NPC == XF_NPPC8) 470 { 471 } ``` If NPC equals XF_NPPC8, the module will have...

Thanks for your wonderful work. I am trying to change input image size from (640,480) to (2560,2560). I change WIDTH and HEIGHT in xf_config_params.h. I also modify src_buf in python...