Loose numpy version (#30)
* disable using pip extra requirement installation * loose numpy * waymo * waymo version * add numpy hint * restore * Add to note * add hint
This commit is contained in:
@@ -34,11 +34,10 @@ First of all, we have to install the waymo toolkit and tensorflow::
|
||||
pip install waymo-open-dataset-tf-2-11-0
|
||||
pip install tensorflow==2.11.0
|
||||
|
||||
# Or install with scenarionet
|
||||
pip install -e .[waymo]
|
||||
|
||||
.. note::
|
||||
This package is only supported on Linux platform.
|
||||
`waymo-open-dataset` may degrade numpy, causing conflicts with cv2.
|
||||
A workaround is ``pip install numpy==1.24.2``
|
||||
|
||||
2. Download TFRecord
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user