-
I started with a few basic AMRs but as I start to consider more models it would be useful to formalize a generic interface. The three moving components in the hierarchical models are
1. the relation…
-
default curve fit from scipy.optimize: popt, pcov = curve_fit(self.gauss, x, y, p0=p_init, maxfev=1000000) gives results that most folks do not expect/understand. This is because:
- by default all pt…
-
**Describe the feature / issue**
Namespace `DissolveFit` will contain basic fitting operations for 1D data. This originally started as a motivation to include a go-to method for a general case of fit…
-
Thanks for your excellent! How could I use the EMAP code to fit curves and lines from the trained 3DGS? Now I regard the Gaussian centers and directions as points and linedirection and feed them into …
-
This lesson belongs in the DS pathway, before linear regression. It should be written with that in mind.
We know that switching datasets introduces a pretty large barrier of entry.
- [x] Make a new…
-
Thanks for the updated documentation regarding jaxoplanet lately! I will preface by saying I am a relative beginner to jax+jaxoplanet but have experience with pymc5+exoplanet. I was just checking if j…
-
Check that in all model & guess functions, that they behave for all inputs e.g must check all for flat data as this is most likely to cause problems (div by 0 errors).
-
At the moment we are gathering important information about inference/score runs based on specific locations in a directory structure, and parsing the dir name,
e.g.
https://github.com/CDCgov/py…
-
Hello, I found that I can get better 3D poses during multiview-singleperson task, but I havng some difficulties fitting the SMPLX model. The head and neck of the human body look strange, and the SMPLX…
-
I have some questions about FLAME fitting.
I performed FLAME mesh fitting on the H3DS dataset and my own dataset by following the instructions for preparing a custom dataset. However, some of the F…