Shamil Arslanov

Results 7 comments of Shamil Arslanov

By the way, I can add instructions on how to launch hdfs and small tutorial on how to write small scala job and run it with spark-submit

I have also encountered this bug, when migrating mmdet from 2.x to 3.x and mmseg from 0.x to 1.x

I have found solution in one of the issues: when you use difference mmlab frameworks for inference, use infer classes: ```python from mmdet.apis import DetInferencer from mmseg.apis import MMSegInferencer ```...

@ainoam do you accept PR? I have created PR for fixing this issue - https://github.com/clearml/clearml/pull/1368

Hello @ainoam! Could you please review my PR for fixing this issue - #1368 ?