Closed kennymckormick closed 2 months ago
When max_num = 24, the model requires two 80GB GPU for evaluation. Otherwise, it only requires one 80GB GPU.
max_num
For multi-image scenarios, the max_num for each image is max(1, max_num / num_image)
max(1, max_num / num_image)
When
max_num
= 24, the model requires two 80GB GPU for evaluation. Otherwise, it only requires one 80GB GPU.For multi-image scenarios, the max_num for each image is
max(1, max_num / num_image)