Sergiy
Sergiy
1. Try their [python API](https://docs.ultralytics.com/python/), maybe then it will show the progress (i.e. 2. Try having only `!yolo .....` in a cell, without `%cd ...` 3. Why not use a...
Probably because your cell has only 1x command line input. The person had "%cd" as well
Downgrade to 8.0.9 for the meantime
> cloud_logging=False Did not work: `cloud_logging is not a valid key. Similar keys: []`
> @Robotatron Maybe just `pip uninstall clearml` when you don't need it. > > @thepycoder is there a simple clearml command to temporarily disable logging? I think YOLO5 had a...
> resume might not be working as expected. This is a known issue along with tf export as mentioned on the readme. We'll fix this soon Thanks! Any rough ETA...
> It seems to replace `dict(trainer.args)` to `vars(trainer.args)` will be fixed it. Did you have the same issue?
> It seems to replace `dict(trainer.args)` to `vars(trainer.args)` will be fixed it. In which python file?
Thanks @NielsRogge The solution seems for me to write a custom dataset converter to convert my polygon annotations to the custom RGB format (R channel for classID, G channel for...
> However MaskFormer and friends' image processors expect segmentation maps with a single label per pixel. Does that mean Mask2Former as implemented in Hugginface does not support instance segmentation with...