SkyFish

Results 1 comments of SkyFish

It is actually a bug, I fixed it, in infer.py line 393: "return self.cfg.transformers(data)['img']" should be "return self.cfg.transformers(data['img'])[0]" change the code, then problem could be solved.