Jon

Results 19 issues of Jon

I run the `shotgun_example.m` but failed, MATLAB crashed down with following errors: ``` ------------------------------------------------------------------------ abort() detected at Thu Sep 18 11:13:07 2014 ------------------------------------------------------------------------ Configuration: Crash Decoding : Disabled Current Visual...

I'm able to run the main function in SpiceParser, but whenever I input a sentence, I always got the following errors: Exception in thread "main" java.lang.ExceptionInInitializerError at edu.anu.spice.SpiceParser.parseAnnotation(SpiceParser.java:327) at edu.anu.spice.SpiceParser.generateTuples(SpiceParser.java:234)...

**Description:** Dear authors, I'm deploying Kimera-VIO on my own custom hardware (stereo cam + imu). I've followed the kalibr's instruction to get my system's params and converted to the Kimera...

Hi, could you explain what is the relationship of `max_num_parts` and `max_num_objects` in the `ParseObjects`? Can we set them to different values?

Hi @MarkMoHR , Thanks for your repo. I found some works on edge detection for RGB-D you might interest in: - Ren, X., Bo, L.: Discriminatively trained sparse code gradients...

I noticed that there are different image pre-processing pipelines for different models. For [Inception-BN](https://github.com/dmlc/mxnet-model-gallery/blob/master/imagenet-1k-inception-bn.md), the images should be normalized with the `mean_224.nd`: ``` mean_img = mx.nd.load("Inception/mean_224.nd")["mean_img"] normed_img = sample -...

The app seems so small on high DPI machine.

Hi, I want to change the input size of yolov3 to 320x224 (h,w). After modified the yolo-v3.yml to: ```python input_shapes: # - 1,416,416,3 - 1,320,224,3 output_shapes: # - 1,13,13,255 #...

Hi @PkuRainBow , thanks for open sourcing your work. I want to test the PKU-VehicleID dataset with your method but can't find the corresponding instruction or code. Can you help...

你好,请问[NanoPi R6S](https://wiki.friendlyelec.com/wiki/index.php/NanoPi_R6S/zh)这款板子如何做连板调试,我试了他的两个USB接口都不行。系统装的是Ubuntu 22.04。