alignment
Here are 341 public repositories matching this topic...
-
Updated
Jun 21, 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
-
Updated
Feb 20, 2020 - Swift
-
Updated
May 12, 2020 - C++
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
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
The description of createsubdb's subdb-mode leads the user to believe that softlinks to the original database won't be created. A solution would be to improve the argument's description and maybe add another argument to copy files from the original database instead of creating softlinks, as this is not communicated to the user at any moment.
-
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
Jun 15, 2020 - Python
-
Updated
Oct 19, 2017 - C++
-
Updated
May 13, 2020 - Dart
-
Updated
Nov 15, 2017 - Swift
-
Updated
Sep 1, 2019 - Cuda
-
Updated
Sep 8, 2017 - C++
-
Updated
Apr 17, 2020 - MATLAB
-
Updated
Sep 3, 2019 - C++
-
Updated
Nov 21, 2019 - C++
-
Updated
Jun 23, 2020 - C++
-
Updated
Jun 20, 2020 - C#
-
Updated
Jun 4, 2020 - 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
Jun 16, 2020 - Python
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."
Location of the documentation
https://pandas.pydata.org/docs/development/code_style.html
https://pandas.pydata.org/pandas-docs/stable/development/contributing.html#code-standards
Documentation problem
Most of the documentation for the coding style guidelines is limited and in multiple locations. Much of the coding style is in a script.
Suggested fix for documentation