The Wayback Machine - https://web.archive.org/web/20220502230305/https://github.com/topics/transformation
Skip to content
#

transformation

Here are 304 public repositories matching this topic...

textflint
LC-John
LC-John commented Dec 14, 2021

Hi, guys!
I am trying to reuse the OCR transformation module in TextFlint, but I somehow find it rather trivial...
I quote the code about the OCR rules in the source code as below:

mapping = {
            '0': ['8', '9', 'o', 'O', 'D'],
            '1': ['4', '7', 'l', 'I'],
            '2': ['z', 'Z'],
            '5': ['8'],
            '6': ['b'],
            '8': ['s', 'S',
good first issue TODO
firrtl
seldridge
seldridge commented May 11, 2020

The RemoveKeywordCollisions transform, and it's one child VerilogRename, should error if renaming something marked as don't touch. It's also allowable that this shouldn't rename the offending signal and produce a warning.

Checklist

  • Did you specify the current behavior?
  • Did you specify the expected behavior?
  • Did you provide a code example showing the problem?
  • [x

This is a package for extrinsic calibration between a 3D LiDAR and a camera, described in paper: Improvements to Target-Based 3D LiDAR to Camera Calibration. This package is used for Cassie Blue's 3D LiDAR semantic mapping and automation.

  • Updated Oct 21, 2021
  • MATLAB
rssh
rssh commented Jul 28, 2021

Track documentation from the point of novice and rewrite parts, which are hard to follow.
// And not forget about experienced developers' paths, who will not want to read 'Monad-101' intro for documentation on each library. Maybe write in addition a separate introduction to the library?

documentation enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the transformation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the transformation topic, visit your repo's landing page and select "manage topics."

Learn more