-
- [ ] Read and comment on the paper:
- Zhang "Automatic Construction of Parts+Geometry Models for Initialising Groupwise Registration", IEEE Trans. Medical Imaging 2012
-
using [example](https://neuralpde.sciml.ai/dev/tutorials/gpu/), without initial boundary value.
just modify "**_bcs=[ ]_**"
```
res = Optimization.solve(prob,Adam(0.01);callback = callback,maxite…
-
Hi, i was trying to implement the update method for laplaceredux but I am having a problem.
this is the model
```
MLJBase.@mlj_model mutable struct LaplaceRegressor 0)
batch_size::Intege…
-
On this line:
https://github.com/FluxML/model-zoo/blob/42967f6767beee4092348fd41b1af33442b75924/vision/mnist/conv.jl#L69
I get the following error:
```
ERROR: MethodError: no method matching…
-
Hello! I am trying to build a recommendation system using tfrs. I managed to build a retrieval model using the [Retrieval with Sequential Model](https://www.tensorflow.org/recommenders/examples/sequen…
-
I need to calculate the Laplacian of the densities modelled by a normalizing flow w.r.t. to the inputs. On CPU, I can e.g. use the following code (which works, but seems to scale poorly with the numbe…
-
This example would show how to integrate FeatureBase into a Weaviate project.
- determine how to accelerate weaviate searches using a lookup in FB
- determine a data set that may be vectorized (em…
-
Hi, thanks for the great tool,
I want to reconstruct camera poses in a 3D model from a video captured by the head mounted camera.
For reducing the time for reconstruction, every 1s images are extr…
-
I run the dynamicfusion code for test, but the program is not excuted rightly, so i rendered the reconstructed 3d points to depth image to check the problem,
i find the rendered depth image is stran…
-
**Task** (what are you trying to do/register?)
(I) I have finished training with semi-supervised train.py with mostly default parameters except for lambda, epochs, and the addition of validation da…