Skip to content

update README#7

Open
maksymshylo wants to merge 4 commits into
masterfrom
feature/UpdateREADME
Open

update README#7
maksymshylo wants to merge 4 commits into
masterfrom
feature/UpdateREADME

Conversation

@maksymshylo
Copy link
Copy Markdown
Collaborator

@maksymshylo maksymshylo commented Apr 15, 2026

  • fix lab 9 name
  • fix Noised->Noisy
  • add acknowledgements
  • add links to the mesioned persons

Comment thread README.md Outdated
Comment on lines +48 to +50
```bash
python3.12 -m venv .venv
```
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add 3-4 spaces to not break the list but make the code segments parts of the items

Suggested change
```bash
python3.12 -m venv .venv
```
```bash
python3.12 -m venv .venv

Comment thread README.md Outdated
Comment on lines +53 to +55
```bash
source .venv/bin/activate
```
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add 3-4 spaces to not break the list but make the code segments parts of the items

Suggested change
```bash
source .venv/bin/activate
```
```bash
source .venv/bin/activate

Comment thread README.md Outdated
Comment on lines +58 to +60
```bash
pip install -r requirements.txt
```
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add 3-4 spaces to not break the list but make the code segments parts of the items

Suggested change
```bash
pip install -r requirements.txt
```
```bash
pip install -r requirements.txt

Comment thread README.md Outdated
## Acknowledgements

We would like to express our sincere gratitude to the course instructor,
**Valerii Krygin**, <!-- (ak `Boss of this Gym` ♂️💪) -->
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
**Valerii Krygin**, <!-- (ak `Boss of this Gym` ♂️💪) -->
Valerii Krygin (@definability), <!-- (a.k.a. `Boss of this Gym` ♂️💪) -->

Comment thread README.md Outdated

### Description
The program converts a number to a noised (bernoulli noise) image and then decodes it.
The program converts a number to a noisy (bernoulli noise) image and then decodes it.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The program converts a number to a noisy (bernoulli noise) image and then decodes it.
The program converts a number to a noisy (Bernoulli noise) image and then decodes it.

Comment thread README.md Outdated
Comment on lines 19 to 20
- [solutions.pdf](`all-labs.pdf`)
- [tasks.pdf](`tasks.pdf`)
Copy link
Copy Markdown
Collaborator

@definability definability Apr 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check the links

Suggested change
- [solutions.pdf](`all-labs.pdf`)
- [tasks.pdf](`tasks.pdf`)
- [solutions.pdf](all-labs.pdf).
- [tasks.pdf](tasks.pdf); The tasks document is the intellectual property of Valerii Krygin (@definability) and is included in this repository with explicit permission.

Comment thread README.md Outdated
Comment on lines +346 to +347
- Maksym Shylo
- Ruslan Khomenko No newline at end of file
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Maksym Shylo
- Ruslan Khomenko
- Maksym Shylo (@maksymshylo)
- Ruslan Khomenko (@Ruslan3584)

Comment thread README.md Outdated
Comment on lines 7 to 15
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest using lab names and periods instead of dashes

Suggested change
- [Lab 1. Decoding of a noisy number](#lab-1--decoding-of-a-noisy-number)
- [Lab 2. Risk minimization (interval loss function)](#lab-2--risk-minimization-interval-loss-function)
- [Lab 3. Risk minimization (l1 loss function)](#lab-3--risk-minimization-l1-loss-function)
- [Lab 4. Analysis of Nonbayesian Strategy](#lab-4--analysis-of-nonbayesian-strategy)
- [Lab 5. Efficient computation of a sum of a subarray in 1D](#lab-5--efficient-computation-of-a-sum-of-a-subarray-in-1d-2d-and-3d)
- [Lab 6. Divisibility sum of digits](#lab-6--divisibility-sum-of-digits)
- [Lab 7. Binocular stereo vision](#lab-7--binocular-stereo-vision)
- [Lab 8. Binary Clustering](#lab-8--binary-clustering)
- [Lab 9. Finding the separating circle](#lab-9--finding-the-separating-circle)

Comment thread README.md Outdated
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From the website:

We grant permission to use and publish all images and disparity maps on this website. However, if you use our datasets, we request that you cite the appropriate paper(s): [1] for the 2001 datasets, ...

Please do:

Suggested change
[Images](http://vision.middlebury.edu/stereo/data/): D. Scharstein and R. Szeliski. A taxonomy and evaluation of dense two-frame stereo correspondence algorithms.
International Journal of Computer Vision, 47(1/2/3):7-42, April-June 2002.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants