Ali Darwish, Ph.D.
Ali Darwish, Ph.D.
@bfirsh your docker has been a great help, thank you!
@bfirsh your Cog is awesome and I love it. Great job! I'll test it and build a project with it in the coming weeks. Only problem (not really Cog problem)with...
@f-macfarlane95 have you figured out this issue? Changing the number of gpus in config isn't working for me as well.
@vergilus agreed!
Well, you can solve this issue by changing the following in gan_mrcnn.py ` self.roi_heads.mask.feature_extractor.pooler = AdaptivePooler( output_size=(24, 24), scales=(0.25, 0.125, 0.0625, 0.03125), sampling_ratio=2, )` to ` self.roi_heads.mask.feature_extractor.pooler = AdaptivePooler( output_size=(14,...