alignment
Here are 325 public repositories matching this topic...
-
Updated
Mar 31, 2020 - Python
Very cool project. This request may be similar to issue 10. Is there a way to print the Dense alignment images (yellow + blue=green) shown in the readme? Is Matlab (not free) required?
"Simply use:
imshow(image);
hold on;
pcshow(vertices);
view(2);"
Also (btw), I have seen haar cascades combined with dlib for facial detection speedups:
Due to the 2GB contiguous block allocation limitation of 32 bit systems, this line:
https://github.com/readbeyond/aeneas/blob/master/aeneas/audiofile.py#L447
might throw a MemoryError, causing an "unexpected exception".
We should:
- catch it and log a meaningful error
- document this limitation somewhere
I'm curious if one is able to align by, say comma, but only align to the commas in the section defined by another regex. So i can perform aligntab on the whole document, but have it align in sections
Figured an example would best express my question
-------------------------------------------------------------------------------
actions\systemStats
-------------------------------------
-
Updated
Feb 20, 2020 - Swift
-
Updated
Nov 27, 2019 - C++
The Alignment (Graph) tutorial page makes heavy use of a 3-argument form of addVertex() that takes start position and length parameters in addition to the usual graph parameter. I could not find any such function listed on the Graph docs page (th
-
Updated
Apr 5, 2020 - C++
-
Updated
May 15, 2017 - C++
- Create 'Cube', 'Cube.001', 'Cube.002'. Create collection 'Collection 1'.
- Move 'Cube.002' into 'Collection 1'.
- Exclude 'Collection 1' by clicking the check box on its left.
- Goto 'Quick Align Planes' Grab Destination of 'Cube'.
- Select 'Cube.001' select three points and hit 'Apply to Object' button.
- Get error message "Object Cube.002 not in View layer 'View layer'".
-
Updated
Apr 13, 2020 - Python
-
Updated
Oct 19, 2017 - C++
-
Updated
Nov 15, 2017 - Swift
-
Updated
Sep 1, 2019 - Cuda
-
Updated
Sep 8, 2017 - C++
-
Updated
Apr 12, 2020 - Dart
-
Updated
Sep 3, 2019 - C++
-
Updated
Apr 11, 2020 - MATLAB
-
Updated
Nov 21, 2019 - C++
-
Updated
Mar 14, 2020 - C++
-
Updated
Mar 22, 2020 - C#
-
Updated
Sep 13, 2019 - C++
Figure out a way to package up all the markdown wiki pages with the repository and pretty-print them out as an extended help option.
$: sb -btr -hI will need to write a script to convert the markdown to something that looks nicer in the terminal.
-
Updated
Sep 11, 2013 - CSS
There are big mistakes in the alignment parameter guide from the wiki. The --best parameter do not report only the best alignment whatever value is set.
The --best parameter works in conjunction with the --min_lis parameter. The --min_lis parameter is the one reducing the pool of candidates alignments (eg. --min_lis 0 means all alignments with at least 2 seeds will be computed whereas with --m
Improve this page
Add a description, image, and links to the alignment topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the alignment topic, visit your repo's landing page and select "manage topics."
NOTE: I'd originally opened a PR to address this, but am now busy with other obligations + other PRs to respond to. So I'm opening it up as a good first issue for now, and will return to work on it if nobody takes it.
In
pandas/core/groupby/generic.py::DataFrameGroupBy::_transform_general, it seems this branch is never reached: