Spaces:
Running
Running
add instructions about model loading
Browse files
README.md
CHANGED
@@ -21,6 +21,10 @@ For the docker build, you will just need docker in order to build and run the co
|
|
21 |
* git
|
22 |
* libosmesa6-dev (for open3d headless rendering)
|
23 |
|
|
|
|
|
|
|
|
|
24 |
### Docker (preferred)
|
25 |
|
26 |
To build the docker container, run
|
|
|
21 |
* git
|
22 |
* libosmesa6-dev (for open3d headless rendering)
|
23 |
|
24 |
+
**BEFORE BUILDING** as of writing, you will need to copy the model file manually to `.data/models/motion_state_pred_opdformerp_rgb.pth`
|
25 |
+
in the repository. This step must occur before the docker build, or if building locally then before running. Future
|
26 |
+
work will make this step no longer required.
|
27 |
+
|
28 |
### Docker (preferred)
|
29 |
|
30 |
To build the docker container, run
|