Veeranjaneyulu Toka
Veeranjaneyulu Toka
I modified the Mask R-CNN ResNet101 backbone to EfficientNet. But accuracy is not as good as Mask R-CNN resnet101 with coco weights. Anybody is facing the same issue?
Hi @Rutvik552k , Sorry, i do not think i can provide implementation here and i have implemented that as part of my assignment in an organization.
Actually i have done some R&D on this and found the reason as well. The accuracy was low because my efficientnet backbone coco weights are not generated in correct way....
Hi, would be great help if anybody trained coco weights using this github and share here? Thanks, Veeru.
Hi @kentang-mit , Thanks for your quick reply. Was wondering would this pattern really matters as we convert to voxel in voxelize. If i understand correctly, each voxel contains a...
@kentang-mit , thanks for your quick reply. I have one more question which is related to stereo vision. How about having a stereo vision rather than single camera, does that...
@kkangshen , I believe you might have used mayavi, if it is so, how did you manage to import. When i try to import, the notebook kernel is dying and...
@kentang-mit , Thanks for your reply. One more thing, I am trying to understand the data reading pipeline like data conversion (creating .pkl files in this case), then getting processed...
Hi @alexander-pv , Thanks for quick reply! Please note that it is not happening at first epoch in any case (with or without data augmentation). When i tried with augmentation...
when i print class ids from __getitem__() method, some of them are negative as below [ 26 26 52 52 52 52 1 1 1 1 1 1 1 1...