Tensorflow Object Detection API: How to ignore regions during training?
Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn
--
Music by Eric Matyas
https://www.soundimage.org
Track title: Hypnotic Puzzle2
--
Chapters
00:00 Question
01:02 Accepted answer (Score 1)
01:26 Thank you
--
Full question
https://stackoverflow.com/questions/5266...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#python #tensorflow #objectdetection #tensorflowserving #objectdetectionapi
#avk47
--
Music by Eric Matyas
https://www.soundimage.org
Track title: Hypnotic Puzzle2
--
Chapters
00:00 Question
01:02 Accepted answer (Score 1)
01:26 Thank you
--
Full question
https://stackoverflow.com/questions/5266...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#python #tensorflow #objectdetection #tensorflowserving #objectdetectionapi
#avk47
ACCEPTED ANSWER
Score 1
If those regions to ignore remain static, as in, the contents of the region doesn't change throughout the dataset, then the model can be learnt to ignore those regions.
If you really want the model to ignore them during training, then mask them with a constant value.