Caleb Robinson

Results 177 comments of Caleb Robinson

Could you retry with `from lightning.pytorch import Trainer` and `import lightning.pytorch as pl`? I've seen the switch from `pytorch-lightning` to `lightning` cause problems with saved models.

Because the diff doesn't show inline, here's the new function for anyone who is interested: ``` def show_anns(anns): if len(anns) == 0: return sorted_anns = sorted(anns, key=(lambda x: x['area']), reverse=True)...

@kadirnar I've pasted the original function below -- you can see that `ax.imshow(...)` is being called once for each mask (which is very slow). You could likely re-do this with...

I'd recommend returning False if skipped and returning True if completed, then at the end of the script printing how many were skipped.

I don't mind my face there, but I'd rather not have _just_ my face there -- if we have a few more videos with different people then I'm down to...

I can actually see it if I click on the README.md file itself, but I don't want _only_ my face. I.e. if my face is there then yours should be...

I need to get my camera setup sorted. Otherwise, this is fine.

Looks like that last one did it 🤷‍♂️