Chu Văn An

Results 2 comments of Chu Văn An

> I removed `self.task == segment` from autobackend.py here: > > and set `task` in tasks.py here: > > and got this: > > ``` > Traceback (most recent call...

Hi @atheer174 , I just fixed the error by passing the `data="your_config.yaml"`when predicting the model. The config contains `names` key representing your custom classes. For example my yaml config: ```...