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
I have the django project opened, and I'm trying to add more meta annotation types, but there are a ton of places in code that need updating just to add a single new type. Is there an easy way to do this using some configuration file, or are these fields really just hard coded values that require many changes through the code?
The text was updated successfully, but these errors were encountered:
That's what I ended up doing, it wasn't too hard. Actually, I specifically ended up converting concealed and blurred into integer values that ranged from 0 to 5 to denote the magnitude of occlusion and blurriness.
I have the django project opened, and I'm trying to add more meta annotation types, but there are a ton of places in code that need updating just to add a single new type. Is there an easy way to do this using some configuration file, or are these fields really just hard coded values that require many changes through the code?
The text was updated successfully, but these errors were encountered: