vqdang

Results 16 comments of vqdang

@kiven1213 now i can see. This is peculiar, I think you may want to escalate to the scipy team because thats where the error coming from. ``` def pair_coordinates(setA, setB,...

You also need to change this https://github.com/vqdang/hover_net/blob/a0f80c7acb9a14964d597d15d7ebd9688a0230cb/models/hovernet/run_desc.py#L176 Also remove this because DataParallel is not applicable https://github.com/vqdang/hover_net/blob/a0f80c7acb9a14964d597d15d7ebd9688a0230cb/infer/base.py#L69 There will be other places too, it will crop up once you try.

Sounds good to me, opencv and drawcontour is a pain because their API will break things and spit out very uninformative errors. If anyone else have problem I will just...

Try reducing `--nr_post_proc_workers=2` or using `--nr_post_proc_workers=0` and see if it helps. We haven't really designed/debugged this with Windows in mind so I'm not sure. Basically above error saying `'cache\pred_inst.npy'` is...

You are correct that it should be delegated down. In this challenge, It won't affect much as we usually use 0.5 anyways (default param for `get_pq`)