griffintin
griffintin
Hi, @youngwanLEE Thank you so much for sharing this amazing work. I am about to evaluate centermask for Panoptic segmentation, and mainly focused on low-power consumption models. Is it possible...
Hi @yiyiliao , Thank you for your great work. Will the json label of instance be available? In the folder tree of http://www.cvlibs.net/datasets/kitti-360/documentation.php, instanceDict.json appears, but no in the downloaded...
@yaringal Thank you for your example, it helps a lot to understand the paper. I am currently use the proposed formula (exp(-log_var)*loss+log_var)) in self-supervised learning with uncertainty estimation. In my...
@melfm Hi, Sorry to bother you. I have tried to train/validate avod_ssd using provided data. And the loss is like following.  Although by iteratively evaluate the checkpoints, best AP...
Thank you so much for making avod-ssd public, it helps a lot. I roughly read the code in avod_ssd_model.py, and please check whether my understanding is correct or not. 1....