chenzhengrong

Results 11 comments of chenzhengrong

> @jinfagang , after you get the preds, you should also need to project the coordinates to the original image, using the function at https://github.com/leoxiaobin/deep-high-resolution-net.pytorch/blob/master/lib/core/inference.py#L49**** what does the center and...

> @njustczr After a digging in, I think it's the object detection box.. which means you should do object detection first.. center:bbox center? scale: the ratio of (width / height)...

> @njustczr After a digging in, I think it's the object detection box.. which means you should do object detection first.. get_max_preds() performs better than get_final_preds()?... scale=height/200.0

I think the author used the detection information from the dataset.(mpii dataset json file 'center' 'scale')

Maybe you need 8 v100 GPUs, but i do not have some many GPUs, so i can not varity it.

我已经知道问题出在哪了,mmdetection对检测数据的增强,标注框信息是没有归一化的,而albumentations是对标注框信息进行归一化的,所以使用的时候把albumentations的增强放最后面就好了

> ocr中文识别,在合成识别数据集的时候,合成数据的语料通常是我们自己准备的,可以是一本电子书,但是在统计中文字符数的时候,不同的中文字符在语料中出现的次数差别很大,怎么解决这个字符数不均衡呢? 如果只是简单的采样的话,那样会破坏语义信息

I have the same problem, on Jetson Nano with jetpack version 4.6.

jetson nano 4GB swap space12GB i got this error: [TensorRT] ERROR: 4: Tensor: output_0 trying to set to TensorLocation::kHOST but only kDEVICE is supported (only network inputs may be on...

@littletomatodonkey 碰到相同的问题