Thank you for your work.
When I run 'test_net.py', GeneralizedRCNN in generalized_rcnn.py return list with len=4.
and each 'list' (4 number of) in returned list has different num_boxes.
When I revise augument '--evalutation-flags' from [1, 1, 1, 1] (default) to [1], returned result has 4 lists.
What is meaning of 'evalutation-flags' ? I just want to use 'double-head-ext' only.

Thank you for your work.
When I run 'test_net.py', GeneralizedRCNN in generalized_rcnn.py return list with len=4.
and each 'list' (4 number of) in returned list has different num_boxes.
When I revise augument '--evalutation-flags' from [1, 1, 1, 1] (default) to [1], returned result has 4 lists.
What is meaning of 'evalutation-flags' ? I just want to use 'double-head-ext' only.