Théo Morales
Théo Morales
Well I can't help you, I haven't tried it myself...
Hi @MirzaAnoush, can you help me with the missing link definition ? Did you define one more or remove one ?
Oh never mind I figured it out.
Yes I am training it (with transfer learning) on my custom dataset. I am unsure why I obtain a lot of predicted coordinates outside the image though...
> @M4gicT0 I want to try train the model on my dataset that have two classes, can you tell me how to sub-sample the weight tensors of all the classification...
You sure you didn't forget `ipv.start();` right after that ?
I'm having the same problem where I need to run the app with `run_async()` because I want to run some code which interacts with my TUI: ```python async def launch_with_async_gui():...