GuiYang

Results 8 issues of GuiYang

In your data_prepare.py file, why you want to transform the coords ? ```python # Calculate normalized box coordinates and update y_true_loc abs_box_center = np.array([col + 0.5, row + 0.5]) #...

https://github.com/allanzelener/YAD2K/blob/a42c760ef868bc115e596b56863dc25624d2e756/yad2k/models/keras_yolo.py#L420 ```python box = box[0:4] * np.array([conv_width, conv_height, conv_width, conv_height]) i = np.floor(box[1]).astype('int') j = np.floor(box[0]).astype('int') ``` i, j may be rather than 1, and the index must be out...

I use the ``` chmod +x install.sh ./install.sh ``` I go to the SwiftSnails/src/unitest ``` make test ``` The project depend ``` utils/../../utils/common.h:34:23: fatal error: Eigen/Dense: No such file or...

hi, 您好!我fork您的工程进行二次开发,但是这其中发现一些小问题,想跟您讨论一下? 1. 我想使用Docker集群快速部署hadoop节点,但是在各个docker中如何能使得各个节点件免密码通信,且每个docker的ssh-key均不一致? 2. 我想自动化的调整hadoop集群的节点数量,可以自动的扩展机器,我该如何操作? 我对这个问题的[初步方案](https://github.com/liuguiyangnwpu/hadoop-cluster-docker),具体准备的[实施方案](https://github.com/liuguiyangnwpu/hadoop-cluster-docker/tree/master/monitor)。 个人感觉可以解决问题,但是不是很优雅!不知道回碰到什么问题? 1. 自己经过查找,发现有个框架可以较好的进行配置,名字是 ambari-server,但是对这个不是很熟悉,如果您对这个学习较多,希望能给我些指导? thx!

hi, i want to use cnn to train the images, i want to learn about you code rank in the learnboard ! thx!