The Python Oracle

Tensorflow Object Detection API: How to ignore regions during training?

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Horror Game Menu Looping

--

Chapters
00:00 Tensorflow Object Detection Api: How To Ignore Regions During Training?
00:52 Accepted Answer Score 1
01:10 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.