Sillyyk

Results 11 comments of Sillyyk

> > 输出通道其实是根据任务确定的,输出通道是1就需要根据与之进行分割,输出通道是2就直接分为了前景背景 > > 谢谢,最终我改成了out_channels=1,我做的是二值分割 你好 我也是做二值分割的 但是遇到StopIteration问题无法解决(刚提问) 此外能请教一下你用的什么gpu吗 我怀疑我这2080ti跑不起来

> > > > 输出通道其实是根据任务确定的,输出通道是1就需要根据与之进行分割,输出通道是2就直接分为了前景背景 > > > > > > > > > 谢谢,最终我改成了out_channels=1,我做的是二值分割 > > > > > > 你好 我也是做二值分割的 但是遇到StopIteration问题无法解决(刚提问) 此外,能请教一下你用的什么gpu吗 我怀疑我这2080ti跑不起来 > > 源代码好像就是无法自动停止的,把循环那里改一下就可以了。我用的3090,不过也是很慢就是了 感谢...

> When a function takes too much time, it can disconnect itself from the _state_. To avoid that you can asynchronous call ( or Taipy Core). Check this article and...

> Hi @Sillyyk Did the read that @FlorianJacta recommended give you the answer to your initial question? (namely, if the backend is busy processing something - like running an algorithm...

> Hi @Sillyyk Did the read that @FlorianJacta recommended give you the answer to your initial question? (namely, if the backend is busy processing something - like running an algorithm...

> @FlorianJacta @AlexandreSajus do you guys have any relevance demos Thank you very much for your help. I really want to make a custom control for the video and hope...

I tried to simulate video playback by real-time callback of images, but that was useless and not smooth.

> ## How to add videos: > This example was created using [this doc](https://docs.taipy.io/en/release-3.1/tutorials/integration/1_3rd_party_components/) about integrating Python objects inside Taipy. > > ```python > from taipy.gui import Gui > import...