Jon

Results 19 issues of Jon

Is there a way to ungroup the app group to multiple tabs like "windows buttons" in the xfce4-panel? If we need to change the code to achieve that, can you...

I'm training on my own dataset. I found `ransac_voting_layer_v3` generate wrong 2d keypoints even using the ground truth `vertex` in the `__getitem__` function of `lib/datasets/custom/pvnet.py`. However, using the `ransac_voting_layer` can...

### Troubleshooting docs - [X] My problem is not solved in the Troubleshooting docs ### Anaconda default channels - [X] I do NOT use the Anaconda default channels (pkgs/* etc.)...

I have installed `libboost-all-dev`, `libpython-dev`, `python-numpy`, and my machine is: ``` Linux abc-lubuntu 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux ``` When I type...

bug

Hi @pizzoli , thanks for your great project. I wanted to extend the REMODE to support the fisheye camera / omnidirectional camera. Is this possible? I'm thinking of using the...

In [Batch Normalization from scratch](https://gluon.mxnet.io/chapter04_convolutional-neural-networks/cnn-batch-norm-scratch.html), there is a `is_training` parameter to control the behavior of Batch Normalization. However, for [Batch Normalization in gluon](https://gluon.mxnet.io/chapter04_convolutional-neural-networks/cnn-batch-norm-gluon.html), there is no such an option. How...

你好,请问一下如果修改yolov5s的输入图片大小为300x300,是否需要重新转化模型?还是直接修改tnnproto就可以了? 能否提供一下转化yolov5的命令参数呢?

Hi, as mentioned in README, the `flow_i1, flow_i2, flow_i3` is generated by [run_flows_video.py](https://github.com/zhengqili/Neural-Scene-Flow-Fields/blob/main/nsff_scripts/run_flows_video.py). However, it seems that the script does not provide a parameter to control the window size. To...

Hi, the `N_importance` in the `train_kid-running.txt` is set to zero. Is this mean the fine model is disabled at the first time training? How can we train a fine model...