You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry to bother you, I have encontered a probelm: Assertion t >= 0 && t < n_classes failed when I try to use your model to my datasets, I have changed the num_class in my datasets, but I still face the problem, can u help me? here is my change:
self.classes = list(range(2))
self.image_classes = calc_classes_per_image(self.masks, 2, cache_file)
The text was updated successfully, but these errors were encountered:
------------------ 原始邮件 ------------------
发件人: "YuvalNirkin/hyperseg" ***@***.***>;
发送时间: 2023年12月24日(星期天) 下午2:59
***@***.***>;
***@***.******@***.***>;
主题: Re: [YuvalNirkin/hyperseg] Assertion `t >= 0 && t < n_classes` failed. (Issue #26)
Hi,Did you end up getting that fixed?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
Sorry to bother you, I have encontered a probelm: Assertion
t >= 0 && t < n_classes
failed when I try to use your model to my datasets, I have changed the num_class in my datasets, but I still face the problem, can u help me? here is my change:self.classes = list(range(2))
self.image_classes = calc_classes_per_image(self.masks, 2, cache_file)
The text was updated successfully, but these errors were encountered: