Add files using upload-large-folder tool
Browse files
README.md
CHANGED
|
@@ -32,20 +32,13 @@ make start-nucleus
|
|
| 32 |
|
| 33 |
The script will configure Nucleus and copy assets. After starting, assets will be served at `omniverse://localhost`.
|
| 34 |
|
| 35 |
-
Modify OMNI_USER and OMNI path into our default credentials
|
| 36 |
|
| 37 |
-
|
| 38 |
-
Username: omniverse
|
| 39 |
-
Password: costnav123
|
| 40 |
-
|
| 41 |
-
### 3. Update Codebase Paths
|
| 42 |
|
| 43 |
```bash
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
# Dry run to preview changes
|
| 48 |
-
python scripts/assets/update_asset_paths.py --target localhost --dry-run
|
| 49 |
```
|
| 50 |
|
| 51 |
## For Internal Developers
|
|
@@ -59,9 +52,5 @@ make download-assets-omniverse
|
|
| 59 |
### Upload to Hugging Face
|
| 60 |
|
| 61 |
```bash
|
| 62 |
-
|
| 63 |
-
huggingface-cli login
|
| 64 |
-
|
| 65 |
-
# Upload assets
|
| 66 |
-
python scripts/assets/upload_assets_hf.py
|
| 67 |
```
|
|
|
|
| 32 |
|
| 33 |
The script will configure Nucleus and copy assets. After starting, assets will be served at `omniverse://localhost`.
|
| 34 |
|
|
|
|
| 35 |
|
| 36 |
+
### 3. Set OMNI_URL in dotenv
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
|
| 38 |
```bash
|
| 39 |
+
OMNI_USER=omniverse
|
| 40 |
+
OMNI_PASS=costnav123
|
| 41 |
+
OMNI_URL=omniverse://localhost
|
|
|
|
|
|
|
| 42 |
```
|
| 43 |
|
| 44 |
## For Internal Developers
|
|
|
|
| 52 |
### Upload to Hugging Face
|
| 53 |
|
| 54 |
```bash
|
| 55 |
+
make upload-assets-hf
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
```
|
Users/worv/costnav/NovaCarter/camera.usd
ADDED
|
Binary file (2.14 kB). View file
|
|
|
Users/worv/costnav/SegwayE1/camera.usd
ADDED
|
Binary file (1.32 kB). View file
|
|
|