qshi

Results 18 comments of qshi

> segmentation_result > import os > import torch > import torch.nn as nn > import argparse > import cv2 > import numpy as np > > from upsnet.config.config import *...

> It really depends on your model. It's hard to tell the impact of non-overlapped dataloading, and if prefetching successfully overlaps, without looking at a visual profile. For data prefetching...

> here is one of my mathematical formulas for (r3) > ![image](https://user-images.githubusercontent.com/44739194/58742356-e543f200-8456-11e9-8b82-bbf1e0b7f0e8.png) I guess that it is the two peaks of redius value。The minimum value should be obtained from the...

> the correct formulas as below > ![image](https://user-images.githubusercontent.com/44739194/58756468-c2374200-852b-11e9-98a8-4a4b66d80edd.png) what is the redius of the object as below?? ![image](https://user-images.githubusercontent.com/23293902/58784599-62699580-8616-11e9-85da-d8a2a9970b65.png)

> compute as below > ![image](https://user-images.githubusercontent.com/44739194/58795319-f2b2d500-862c-11e9-95b8-a8680e21e950.png) > by the way,i am improving the method in this way. Yes,this is the same as my idea,i look forward to the result, but,we...

> just the previous datasets like COCO is ok Its my code in [CenterNet](https://github.com/xingyizhou/CenterNet/blob/b328816ecf16c65ee43ba14c6edd2a6e8dcdacff/src/lib/utils/image.py#L115) and it can improve the performance a little! The formula can get by MATLAB Simulink. I...

> That's a valid concern. We didn't observe it in our current use, probably thanks to we have simulated false positives on the input heatmap in training. If the concern...