Zhu Feng
Zhu Feng
For example, if you think the paper _PointNet_ represents a milestone in the field which is valuable for others to learn from, you will label it with five stars ⭐️...
It's so fast to get the help from erinaldi,and the link you provide is very valuable to me. Thank you very much.
Thank you nitinagarwal, your notes are great to help me have a holistic understanding especially these pictures that add additional extension information, making it easier to understand.
> I found a description of how to calculate it in the Supplementary Material for DenseFusion in Sec. 6.1. But I didn't find the code that implements it. Maybe you...
> > > I found a description of how to calculate it in the Supplementary Material for DenseFusion in Sec. 6.1. But I didn't find the code that implements it....
I have the same issue.
I have solved the problem to add if self.img_list in ['train', 'val', 'trainval']: before mixup_label_dict = dict([(cls, []) for cls in self.mixup_db_class])
Ok, when I run on terminal instead of pycharm, it works. but the output result is hard to understand. Does there anyone konw the difinite meaning about the matrix shown...
Oh~, the true reason is that I don't read label_2 correctly.
I use opencv-3.4.12 but get the same issue.