import pytest | |
def test_semseg(use_xyz, model): | |
model = pytest.helpers.get_model( | |
["task=semseg", f"model={model}", f"model.use_xyz={use_xyz}"] | |
) | |
pytest.helpers.semseg_test(model) | |
import pytest | |
def test_semseg(use_xyz, model): | |
model = pytest.helpers.get_model( | |
["task=semseg", f"model={model}", f"model.use_xyz={use_xyz}"] | |
) | |
pytest.helpers.semseg_test(model) | |