Andrew Jong
Andrew Jong
Actually, can this info be added to the Readme? Would be much more convenient to have it in one place, rather than digging through issues.
I'm still confused on this. Some help, please? Bharat [said](https://github.com/bharat-b7/MultiGarmentNetwork/issues/8#issuecomment-576364491): > vertexlabel is derived from the garment classes present in your image_x. Eg.: If the image contains T-shirt and Pants,...
Thank you very much Bharat! This is an excellent and thorough explanation.
A different solution worked for me. I'm also trying to use Python 3 with CVBridge. I'm using conda as my environment manager. For me the solution was to configure catkin...
It seems this project has extended AirSim's LiDAR to include intensity https://github.com/Cosys-Lab/Cosys-AirSim
It seems this project has extended AirSim's LiDAR to include intensity https://github.com/Cosys-Lab/Cosys-AirSim
Nevermind, I found out parallelism on the simulator was broken 2.5 years ago. #2108. Seems like it's still broken :(
Thanks Dan, I will try that and report back. Update 4/13/2020: I tried it and it was just because the parallelized inner loop was taking a long time. I parallelized...
@dsharletg @pranavb-ca @dpalermo I went and learned more about scheduling in Halide and more about Hexagon. This following schedule is for the conv3x3a16 Halide example in the Hexagon SDK 3.5.1....
@vksnk thanks for your comment! Per your advice, I tried your suggested schedule, using `unroll(yi)` and `.parallel(y)`. The hexagon simulator reports 0.2091 cycles/pixel, which is slower than the 0.1579 cycles/pixel...