busyyang

Results 20 issues of busyyang

Update Bases.py. An error happened, when I run the RandomForest.py in the forth Chapter. The label should be "p" or "e" (a char), but it asked to convert to np.float32.

**描述bug** 使用[CSerialPort_win_3.0.3/Demo/Comm](https://github.com/itas109/CSerialPort/tree/CSerialPort_win_3.0.3/Demo/Comm),在关闭窗口退出的时候出现`Detected memory leaks!`的问题: ~~~ Detected memory leaks! Dumping objects -> {497} normal block at 0x00FD6270, 16 bytes long. Data: 78 A7 D7 00 C8 FA CF 00 26 C6...

bug

Hi all, I have surveyed this repo. There are many relu layer for activation, but I donot find activation layer for output. The output `heatmap` and `pafmap` should be in...

in ccGAN, we feed the img_real and img_fake to train the weights of discriminator. After that, we should train the generator weights. I think we should use the [masked_imgs, real]...

hi, thanks for sharing this wonderful project. On my computer, I installed Visual Studio 2015 with .Net Framework 4.7.1. ~~~ Windows 10 Visual Studio 2015 .Net Framework 4.7.1 ~~~ When...

现在已经不能下载数据了,能不能分享一份数据学习下。

I think there are some problems in code line 50. `annotation2` is from .niek file of all sel32 sample. when I comment this line. Code in line 65-75 should be...

我下载了标注文件,有jpg图片和txt标注,怎么生成tfrecord呢?用mjsynth-tfrecord.py的话,里面需要的`annotation_val.txt`文件是什么内容,我看后续处理是`文件名 xxx`,这后面xxx是什么iamge_texts?是干嘛的

### What is the feature? I would like use `DeformConv2d` in my model, and I find mmcv have a good implementation. So I used this module in my work as...