-
Hello. I notice you scale both depth and pose estimation for evaluation. It's reasonable to scale pose same as previous works but it's unfair to scale depth_pred too since the ground truth depth is us…
-
Just testing out the functionality for moving from np.arrays to nd.arrays and I'm surprised that the following fails:
``` nd.array([np.random.random(size=[2,2])])
------------------------------------…
-
## Problem
When on-chain applications have many boxes, it can be difficult for an off-chain application to find a specific set of related boxes from which to read data. A typical use case is a smar…
-
### Steps to Reproduce
Consider the following model:
```
model Test
Modelica.Blocks.Sources.Ramp ramp(height = 25000, duration = 1, offset = -2000, startTime = 1) annotation(
Placemen…
-
# The Creeds of Software Craftsmanship
These are perhaps the most important archeological documents of the 21st century.
- Zen
- [**The Unix Philosophy**](https://en.wikipedia.org/wiki/Unix_p…
-
Firstly, awesome library, and thank you to all the contributors!
When I assign an axis an offset temperature unit and try to convert it, the conversation fails. Example:
```
sig = hs.signals.Signal…
-
Currently there is an [ambiguity](https://github.com/DiamondLightSource/httomolib/blob/be62a82c586ff455060d98e418f1b73ccc36a328/httomolib/misc/images.py#L137) between the calculation of the percentile…
-
We have not been able to run codon models in iqtree despite using what we think is the correct command line:
`iqtree -s example.nex -st CODON -m KOSI07`
The program reports for a small example …
-
Hi, thanks for your impressive work!
I found that in Table 2, there are no results on monocular settings for training (Only stereo and monocular plus stereo).
Did you do the experiments on the monoc…
-
I'm restructuring the vertex animations and it made more sense to me to treat the point data exactly like the joint data... i.e. use the Keyframe object to store the points.
What comes up is if the…