THEWATERTELLS

Results 4 comments of THEWATERTELLS

Try to change the suffixes of images to either png (or jpg). There may be some problem in config reading because editing the suffixes in config.yaml doesn't really work

Update: I know the problem. The mask must end with `_mask001.png` not `.jpg`. The image to be processed can either be `.jpg` or `.png`, but you have to specify in...

with commit `9985d06add07a4cc691dc54a7e34f54205c04d40` I still got this issue. my environment: transformers: ``` $ pip show transformers Name: transformers Version: 4.49.0.dev0 Summary: State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow Home-page:...

> 我拉了最新代码编译 部署就可以了 > > pip show transformers Name: transformers Version: 4.50.0.dev0 > > > Version: 4.49.0.dev0 感谢 我后来发现是调用代码中的函数参数设置问题导致的