Celestial-bodies-detection icon indicating copy to clipboard operation
Celestial-bodies-detection copied to clipboard

Add test cases

Open ritwik12 opened this issue 5 years ago • 13 comments

We need more test cases to make our Model better while receiving PRs. Test cases can be then included as part of Travis.

ritwik12 avatar Feb 06 '20 06:02 ritwik12

Hello! I would like to contribute to this project! But I am new to the open-source contribution, can you help me through the process?

shawngonsalves avatar Jun 04 '20 13:06 shawngonsalves

@shawngonsalves Hey, thanks for taking an interest. This project is mainly a Deep Learning Model. Part of it is to train and another is to evaluate. It will be good to have test cases for the evaluation part. Please look at the code in hub/examples/image_retraining/label_image.py and write test cases for that.

ritwik12 avatar Jun 06 '20 12:06 ritwik12

Hi! Is this issue open? I would like to work on it.

Shreya-Pathak avatar Jul 06 '20 20:07 Shreya-Pathak

@Shreya-Pathak Yep, this is open. Please go ahead!!

ritwik12 avatar Jul 06 '20 21:07 ritwik12

I have increased the test_data for each of the classes and raised a PR. I obtained the images via Google search. Is there anything else to do?

Shreya-Pathak avatar Jul 15 '20 18:07 Shreya-Pathak

@Shreya-Pathak I have replied on the PR itself. Please take a look.

ritwik12 avatar Jul 16 '20 07:07 ritwik12

hey, I m new to open source and want to contribute to this project can anyone help me, please.

Rahul-3000 avatar Jul 31 '20 09:07 Rahul-3000

@Rahul-3000 Hey, Thanks for taking interest in this. Let me know what you need help with.

ritwik12 avatar Jul 31 '20 17:07 ritwik12

@ritwik12 Hi, can you guide me how can I contribute i know python, cpp and html css

Rahul-3000 avatar Aug 01 '20 09:08 Rahul-3000

@Rahul-3000 For this you need to have some Tensorflow and Deep Learning knowledge so that we can cover all the cases of test cases for the evaluation part or hub/examples/image_retraining/label_image.py

ritwik12 avatar Aug 03 '20 17:08 ritwik12

If you can go through the hub/examples/image_retraining/label_image.py and understand how it is working then we can write better test cases.

ritwik12 avatar Aug 03 '20 17:08 ritwik12

Hii @ritwik12, I am new to open source and looking for the issues labeled "good first issue". Can you help me with understanding this issue? exactly where do I have to make the changes?

AkshatGadhwal avatar Feb 11 '21 12:02 AkshatGadhwal

@AkshatGadhwal As of now, we have limited test cases. For this project to work better. We should cover up the edge cases where it can break and run those as part of the PR using Travis for every new patch of code that comes in.

ritwik12 avatar Jul 02 '21 23:07 ritwik12