-
Hello,
l have a set of images based sequence. l want to increase my dataset by doing some data augmentation as follow. for each image add horizontal line, vertical line at on the most left char and…
-
blocking https://github.com/chanzuckerberg/cryoet-data-portal/issues/1091
## Motivation
To be able to ingest the Alignments and Frames, and create relevant metadata, we need to update the config t…
-
I need to establish the projection of the source raster: "".
-
_From [alanruttenberg@gmail.com](https://code.google.com/u/alanruttenberg@gmail.com/) on September 19, 2011 23:57:42_
Raised in a discussion relating to IAO at the UB Applied Ontology meeting, by Bar…
-
I have been investigating how coverages may use 19111 CRS instances. I believe there is a degree of expectation on the 19111 group to provide input to the 19123 editing team on this topic.
I have …
marqh updated
7 years ago
-
It seems that if `get_intrinsics_matrix()` always sets `cx, cy` to be the image center, not the actual values that we passed in. To test this I used the following script.
```
import nvisii
# Cr…
-
### Description
Some tests require a number of arguments that are part of the same data structures (e.g. the image size, or resolution). Having a utility function in a single place to parse the input…
-
This meta-ticket collects tickets which are related to implementing new properties and features of polytopes.
- #10777: Make CombinatorialPolyhedron a base class for polyhedra/lattice polytopes/con…
-
This tool is awesome, especially for the elastic distortion function. Is is possible to add operations on given keypoints/landmarks, which means the inputs and outputs are images and corresponding poi…
-
The following code:
```
data {
int N;
int y[N];
}
parameters {
real theta;
}
model {
theta ~ beta(1,1); // uniform prior on interval 0,1
y ~ bernoulli(theta);
}
```
Give…