lingvo icon indicating copy to clipboard operation
lingvo copied to clipboard

Car models seem to be disabled for now

Open Rtakaha opened this issue 2 years ago • 0 comments

Hi! Thank you very much for your work.

I would like to try 3D object detection models like StarNet, but it seems like the car models are explicitly disabled for now.

_TASK_DIRS = (
    'asr',
    # 'car',  # TODO(b/179168646): Reenable car models.
    'image',
    'lm',
    'milan',
    'mt',
    'punctuator',
)

https://github.com/tensorflow/lingvo/blob/41212226eac7a26491790c2bd476b78493f93ff6/lingvo/model_imports.py#L53

Can you tell me why it's been disabled? and do you know when it is going to be reenabled?

Thank you very much, have a nice day!

Rtakaha avatar Jun 15 '22 01:06 Rtakaha