-
I used your code to process the GRAB dataset and got results like this, which appeared to float, and I thought something was wrong. Then modified pose_trans in grab.py to change the coordinate transfo…
-
#### Describe the issue linked to the documentation
We started with one notebook per dataset (in the doc/code/orchestrators directory) and now it's becoming a lot. Since they all pretty much fo…
-
### What went wrong?
mpcalc.q_vector returns values with units of m2/kg/s. Appropriate units should be kg/m2/s2.
### Operating System
Windows
### Version
1.6.2
### Python Version
3.12
### Code…
-
Specifically for `Datasets` we will have to modify the provenance schema to add `files` and `metadata` as these will no longer live inside of `ingest_metadata`. Triggers that utilize `ingest_metadata.…
-
We use `metaflow` for orchestration of many of our ML tasks, and they have something that if you specify a path in s3 will grab the data extremely fast as it's done in parallel. It can't do a lot of t…
-
Also at row 30, 31:
```
smplx_male_model_path = './smplx/SMPLX_MALE.npz'
smplx_female_model_path = './smplx/SMPLX_FEMALE.npz'
```
Should be:
```
smplx_male_model_path = './body_models/smplx/S…
-
- [x] Buttons for sample & meta
- [x] Remove appchalenge info if present
- [x] Grab our code should go to "grab our code" section from beginner/exp page
- [x] Labor Stats: nix try it out:
- [x…
-
### Zarr version
v2.16.1
### Numcodecs version
v0.12.0
### Python Version
3.11.6
### Operating System
Linux
### Installation
using conda
### Description
I have a very …
-
> Describe the problem.
SMD does not receive information or plans about roadway projects occurring in the City if SMD is not perform the signs or markings work. This has resulted in project being …
-
Context: I'm trying the second example to generate grasps for test data and compare to ground truth.
GrabNet Dataset has two zip files for Information Tables, Objects and Subjects, and I downloade…