Toshan Luktuke

Results 8 comments of Toshan Luktuke

Should we fork the repo for transcoding it? Currently, this repo is complete by itself as a Python implementation of the concepts. Transcoding to another language can be done in...

I've run it on 2 systems personally and it has worked fine, aside from me I think Neel and Rishabh have also installed it on 3-4 laptops

I think we should create the new release, we can also add the esp installation to `install_codes.sh`

I'll work on this part

In case of many modules, several different Jupyter Cells work together to complete the concept. When converting to CPP should we combine all of these different cells into a single...

Ahh, apologies `2_blob_detection.cpp` is through a pre-made video that the user provides. Hence the separation between the two. Still, my main point was on whether to separate these files at...

I second this, had the same issue while trying to build it on Ubuntu. Changing ```json "engines": { "vscode": "^1.23.0" }, "devDependencies": { "vscode": "^1.1.34" } ``` to ```json "engines":...