Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Invisible Clock using Python #417 #577

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
prathimacode-hub merged 31 commits into prathimacode-hub:main from Cartikx3:main
Jul 5, 2021

Conversation

Copy link
Contributor

@Cartikx3 Cartikx3 commented Jun 30, 2021
edited
Loading

Related Issue

  • Info about the related issue

  • LGM-SOC'21 Participant

  • DevIncept Participant

  • Contributor

Closes: #417

Describe the changes you've made

Its a Python script that allows users to get invisible using simple computer vision techniques in OpenCV.

Type of change

What sort of change have you made:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Yes, the code is tested by several time and the sample output has been provided.

Checklist:

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly whereever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • Any dependent changes have been merged and published in downstream modules.

Copy link
Collaborator

@Debashish-hub Debashish-hub left a comment

Choose a reason for hiding this comment

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

Please follow the folder structure and PR template @Cartikx3

@prathimacode-hub prathimacode-hub added LGMSOC21 This issue will be considered for LGM-SOC 21 To Do Update Pending labels Jun 30, 2021
Copy link
Owner

@prathimacode-hub prathimacode-hub left a comment

Choose a reason for hiding this comment

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

Every project should have README file, project file, requirements file, images and screenshot in images folder. Proper project structure is written in README file of this project. Follow it. @Cartikx3

bhattcodes and others added 2 commits July 1, 2021 21:46
Video added, To Show how the code works..
Copy link
Collaborator

@Debashish-hub Debashish-hub left a comment

Choose a reason for hiding this comment

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

You are not following proper project structure @Cartikx3
Keep your images in an 'Images' folder
Add a requirements.txt file
Replace the githubusercontent link with the path of image i.e. 'Images/imageName.png'
Add workflow and be more elaborative in readme

Copy link
Owner

@prathimacode-hub prathimacode-hub left a comment

Choose a reason for hiding this comment

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

If you need help you can ask for it, your project files are not in proper project structure. @Cartikx3

@Debashish-hub Debashish-hub removed the To Do Update Pending label Jul 3, 2021
Copy link
Contributor Author

Cartikx3 commented Jul 3, 2021

Mam can you tell me what's wrong with my file structure. now everything is according to Readme . i have made a folder INVISIBLE CLOAK in which there are 4 files :-
1 MEDIA - which is a folder in which the sample video is
2 README.md
3. requirements.txt
4. invisiblecloak.py
what the problem ? where i am doing wrong please elaborate mam.

Copy link
Owner

Mam can you tell me what's wrong with my file structure. now everything is according to Readme . i have made a folder INVISIBLE CLOAK in which there are 4 files :-
1 MEDIA - which is a folder in which the sample video is
2 README.md
3. requirements.txt
4. invisiblecloak.py
what the problem ? where i am doing wrong please elaborate mam.

You are not following case sensitive structure. Wait I shal guide you with the clear changes. @Cartikx3

Copy link
Owner

@prathimacode-hub prathimacode-hub left a comment

Choose a reason for hiding this comment

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

Don't use caps and everything is case sensitive as given.
Changes to be done :

The project folder should be titled as "Invisibility Cloak"
The images and output screenshots, videos should be in "Media" folder
Elaborate your 'README.md' file. It should have aim, purpose, description, workflow of the project, compilation steps, output screenshots and video and your name at the end of the file
The images or video links you add up in the 'README.md' file should be the file path of it present in this repo. Not the user-images content.
The project file should be titled as "invisible_cloak.py"
In "requirements.txt" file, you hadn't added up all the libraries imported.

You would have got these things cleared, if you have followed as mentioned in README and CONTRIBUTING GUIDELINES of the project. Kindly do these needful changes. @Cartikx3

Cartikx3 added 15 commits July 3, 2021 16:01
...ythonScripts/Invisibility Cloak/invisible_cloak.py
Copy link
Owner

@prathimacode-hub prathimacode-hub left a comment

Choose a reason for hiding this comment

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

Good to see your changes. Needs few though.

  • Add purpose and compilation steps in your README.md file
  • In Media, you ha added .gif file, along with that also add "output screenshot" to this folder. Screenshot is must and include up the link in "README.md" file.
  • Also add up a PR template to your PR and do the necessary changes according to the project.
    You can check up with how PR template looks like here, copy ad modify the changes.

Kindly do these needful changes. Any queries, don't hesitate to ask. @Cartikx3

Copy link
Contributor Author

Cartikx3 commented Jul 5, 2021

Mam what's the need of "output screenshot" when i already uploaded the sample video in the Readme and media folder.

Copy link
Owner

@prathimacode-hub prathimacode-hub left a comment

Choose a reason for hiding this comment

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

Finally, you got it perfect. Good work. Keep going. Congrats. Welcome to repo officially. Your PR is approved. Yayy. 👌✨👏 @Cartikx3

@prathimacode-hub prathimacode-hub added 🟩 Level1 This issue will be considered as level 1 issue for LGM-SOC 21 & DCP21.Points will be 10 To Do Update Pending labels Jul 5, 2021
Copy link
Owner

Mam what's the need of "output screenshot" when i already uploaded the sample video in the Readme and media folder.

Screenshot is also must, but I'm letting it go for now. From next time, it's needed. That's basic criteria when you present a project. @Cartikx3

@prathimacode-hub prathimacode-hub merged commit 43a859c into prathimacode-hub:main Jul 5, 2021
Copy link

welcome bot commented Jul 5, 2021

Congrats on merging your first Pull Request! 🎉 All the best for your amazing open source journey ahead. 🚀⚡️

@prathimacode-hub prathimacode-hub removed the To Do Update Pending label Jul 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers

@prathimacode-hub prathimacode-hub prathimacode-hub approved these changes

@Debashish-hub Debashish-hub Awaiting requested review from Debashish-hub

Labels
🟩 Level1 This issue will be considered as level 1 issue for LGM-SOC 21 & DCP21.Points will be 10 LGMSOC21 This issue will be considered for LGM-SOC 21
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Invisible Clock using Python

AltStyle によって変換されたページ (->オリジナル) /