Closed rsomani95 closed 3 years ago
Currently, add_name doesn't check if the added name is a duplicate or not. This should be illegal, as classes must be unique
add_name
name
https://github.com/airctic/icevision/blob/82f3c7322d5adbc41d6a1b7b9e4327eb32ad23c4/icevision/core/class_map.py#L47-L51
valid point! up for a PR rahuuuul? =)
Currently,
add_name
doesn't check if the addedname
is a duplicate or not. This should be illegal, as classes must be uniquehttps://github.com/airctic/icevision/blob/82f3c7322d5adbc41d6a1b7b9e4327eb32ad23c4/icevision/core/class_map.py#L47-L51