Closed editorialbot closed 1 year ago
Hello humans, I'm @editorialbot, a robot that can help you with some common editorial tasks.
For a list of things I can do to help you, just type:
@editorialbot commands
For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:
@editorialbot generate pdf
Software report:
github.com/AlDanial/cloc v 1.88 T=0.08 s (578.0 files/s, 79113.8 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
Python 35 727 1008 3548
Markdown 7 159 0 569
TeX 1 11 0 114
Arduino Sketch 1 2 1 12
Bourne Shell 1 1 0 7
-------------------------------------------------------------------------------
SUM: 45 900 1009 4250
-------------------------------------------------------------------------------
gitinspector failed to run statistical information for the repository
Wordcount for paper.md
is 2069
:point_right::page_facing_up: Download article proof :page_facing_up: View article proof on GitHub :page_facing_up: :point_left:
Reference check summary (note 'MISSING' DOIs are suggestions that need verification):
OK DOIs
- 10.1364/OPTICA.431361 is OK
- 10.1109/ICASSP.2017.8005297 is OK
- 10.1109/ICASSP.2019.8682923 is OK
- 10.1561/2200000016 is OK
- 10.1109/CVPR.2018.00068 is OK
- 10.1137/080716542 is OK
- 10.1364/OE.27.028075 is OK
MISSING DOIs
- Errored finding suggestions for "Build your own DiffuserCam: Tutorial", please try later
- Errored finding suggestions for "Pycsou", please try later
- Errored finding suggestions for "A method for solving the convex programming proble...", please try later
INVALID DOIs
- None
@editorialbot remove @antipa from reviewers
I'm sorry human, I don't understand that. You can see what commands I support by typing:
@editorialbot commands
@editorialbot remove @antipa from reviewers
@antipa removed from the reviewers list!
@vboomi, @raolivei13 the review process takes place here. Please see the instructions in the thread above (generate your checklists etc.) and in this link. Thanks!
Hi @raolivei13 thank you for your review. I was wondering if you could elaborate on some of the points you haven't checked? I've left a comment on each point below.
Perhaps some of these things were not made clear in the paper, which would be great to receive your feedback on how we can better present / what we should include to fill in the gaps. Thanks!
Why do you think the work the doesn't meet the scope eligibility described in the JOSS guidelines?
We describe in the README where to get the data for our examples.
It's true that when it comes to hardware, it takes more of an effort to reproduce. To this end, we tried to be as detailed as possible to reproduce our camera though Medium posts. Otherwise in terms of reconstruction, we provided scripts that we hope are straightforward to reproduce the results we present in the paper.
Again, as hardware is involved the functionality for measurement may be difficult to reproduce. But in terms of reconstruction, we hope the following scripts make it straightforward to confirm that side of things:
The "Efficient reconstruction" section describes some of our performance claims, which can be reproduced with these scripts:
We provide unit tests in this folder which can be run with pytest
Hello, there are some points where I made a mistake and will fix it. I will review the checkpoints at some point this week.
best, Richard
On Mon, Oct 17, 2022 at 2:02 AM Eric Bezzam @.***> wrote:
Hi @raolivei13 https://github.com/raolivei13 thank you for your review. I was wondering if you could elaborate on some of the points you haven't checked? I've left a comment on each point below.
Perhaps some of these things were not made clear in the paper, which would be great to receive your feedback on how we can better present / what we should include to fill in the gaps. Thanks! Substantial scholarly effort
Why do you think the work the doesn't meet the scope eligibility described in the JOSS guidelines? Data sharing
We describe in the README https://github.com/LCAV/LenslessPiCam#data-for-examples- where to get the data for our examples. Reproducibility
It's true that when it comes to hardware, it takes more of an effort to reproduce. To this end, we tried to be as detailed as possible to reproduce our camera though Medium posts @.***/a-complete-lensless-imaging-tutorial-hardware-software-and-algorithms-8873fa81a660>. Otherwise in terms of reconstruction, we provided scripts https://github.com/LCAV/LenslessPiCam/tree/main/scripts that we hope are straightforward to reproduce the results we present in the paper. Functionality
Again, as hardware is involved the functionality for measurement may be difficult to reproduce. But in terms of reconstruction, we hope the following scripts make it straightforward to confirm that side of things:
- for individual files https://github.com/LCAV/LenslessPiCam/tree/main/scripts/recon
- for a dataset https://github.com/LCAV/LenslessPiCam/blob/main/scripts/evaluate_mirflickr_admm.py
Performance
The "Efficient reconstruction" section describes some of our performance claims, which can be reproduced with these scripts:
- https://github.com/LCAV/LenslessPiCam/blob/main/profile/admm.py
https://github.com/LCAV/LenslessPiCam/blob/main/profile/gradient_descent.py
Automated tests
We provide unit tests in this folder https://github.com/LCAV/LenslessPiCam/tree/main/test which can be run with pytest
— Reply to this email directly, view it on GitHub https://github.com/openjournals/joss-reviews/issues/4747#issuecomment-1280524225, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASLW27KAQJ3OXTTWDKRIELLWDUI33ANCNFSM6AAAAAAQIN7XNU . You are receiving this because you were mentioned.Message ID: @.***>
@raolivei13, @vboomi , how is the review process going?
@raolivei13 @vboomi could you please provide an update on your review process?
Hello, I have reviewed some of the missing points. When it comes to "Reproducibility" I was a little hesitant on checking this off, because it can be interpreted in different ways. Reproducibility in terms of the Software? Or Reproducibility in terms of the Hardware? Since this is a paper which is probably getting published in a Software Journal, we are probably looking at how the Software cab be easily re - used for a similar experiment, which involves some sort of image reconstruction with a Lensless Camera. The Hardware on the other hand, seems to go hand in hand with the Software, i.e "there would be no problem here if we didn't consider the use of a lensless camera". The paper illustrates the problem quite well, but If I were to reproduce this experiment, I would be a little lost on how to set up the experiment on the hardware side of things. For example: "How do I carefully remove the lens from the PiCamera?", "How to capture the Impulse Response of the system (i.e PSF) ?". Not sure if this Hardware Reproducibility is important considering the nature of the paper, which is leaning on the software approach. This is all I have to say, I hope this comment was somewhat insightful, but at the end of the day, as I mentioned before this is a Software paper, and maybe the Hardware aspects of the paper might not be too important.
Best, Richard
@raolivei13, thank you for the important comment. @ebezzam, since this software is inherently linked to certain hardware. I recommend adding to your repository sufficient details on the hardware and experimental setup, such that replication of your setup by new users is straightforward and unambiguous.
Hi @raolivei13, thank you for that comment on reproducing the hardware. I agree that it is a bit ambiguous whether the hardware is also meant to be reproduced. Nonetheless, this is something we did strive to achieve (reproducibility of hardware and accessibility of components), and you can find the instructions on building the camera in the blog post that is referenced in the README and the "About" section of the repository. Moreover, I just added another comment in the Setup section. It is also mentioned in Line 80 of the paper. Please let me know if you think there is another way this information could be made clearer.
We opted for a Medium article as we found it to be a much more friendlier/interactive way to present the hardware side of things:
But if you feel like more of this info should be place in the README, let us know!
@editorialbot generate pdf
:point_right::page_facing_up: Download article proof :page_facing_up: View article proof on GitHub :page_facing_up: :point_left:
I've updated the PDF as there have been developments in the project, most notably:
@siddiquesalman, are you able to join this review in place of @vivek? Thanks, Dana
Hi @danasolav, yes I can join the review of this work.
@editorialbot remove @vboomi from reviewers
@vboomi removed from the reviewers list!
@editorialbot add @siddiquesalman as reviewer
@siddiquesalman added to the reviewers list!
@siddiquesalman, thank you for joining this review. Please generate your checklist by typing: "@editorialbot generate my checklist."
@siddiquesalman, how is the review process going? Please note that we aim for reviews to be completed within about 2-4 weeks. Please let me know if any of you require some more time. Please feel free to ping me (@danasolav) if you have any questions/concerns.
The repository builds on this popular DiffuserCam tutorial from Waller Lab which provides extensive details on how to build a diffuser based lensless camera and also provides the python implementation of a few algorithms for easy testing. The proposed repository is an extension of the same with some changes. Therefore I have concerns about the usefulness of this submission in its current form and have some suggestions that might improve it.
Strengths:
Weaknesses and Suggestions:
Overall, I like the idea of having a more structured documentation and software for Pi Camera based lensless imaging. However, the usefulness of the current draft is not fully justified. Above suggestions should be incorporated to do that.
Hi @siddiquesalman, thank you for your comments! It’s great to have feedback from someone else working in lensless imaging.
Thank you for pointing out some of the strengths. I would also like to point out:
Your comments reflect that some of the presentation could be improved. Our paper is already quite lengthy with regards to other JOSS papers, so if you have suggestions on what is essential to keep/rearrange that would be useful. @danasolav do you have suggestions on this?
Regarding the weaknesses and suggestions:
numpy
versions without having to install PyTorch.Once again, thank you for going over our work and your suggestions.
@editorialbot generate pdf
:point_right::page_facing_up: Download article proof :page_facing_up: View article proof on GitHub :page_facing_up: :point_left:
Thanks for addressing my comments @ebezzam
@siddiquesalman thank you for these additional comments. @ebezzam please address these comments, and then I'll proceed with the final reviewing step.
@raolivei13 , can you please check the submission one last time and confirm if you recommend acceptance?
@editorialbot generate pdf
:point_right::page_facing_up: Download article proof :page_facing_up: View article proof on GitHub :page_facing_up: :point_left:
@danasolav @raolivei13 I've included the images requested by @siddiquesalman above sorry for the delay!
@siddiquesalman @raolivei13 could you please confirm that @ebezzam 's revisions answer all of your questions and requests?
@danasolav all my comments have been addressed by @ebezzam. Thanks.
@ebezzam, please see the following minor comments regarding the paper. After addressing these, we'll be able to proceed with the acceptance process:
Thanks, Dana
@editorialbot generate pdf
:point_right::page_facing_up: Download article proof :page_facing_up: View article proof on GitHub :page_facing_up: :point_left:
@danasolav, thank you for the detailed and very helpful comments! I've addressed everything in the above generated PDF. Please let me know if I missed anything.
Below are some comments on a few of your points:
Line 40: please add more information on the comparison shown in Figure 1. They don't seem to compare a reconstruction of the same image, so what is the significance of this comparison?
The purpose is to compare:
to show that reconstructions aren’t as good and limited to grayscale. I’ve done a new measurement with DiffuserCam so that the image is the same for both cameras in Figure 1.
Line 95: the function name does not compile properly and extends beyond the line. Could you force a manual new line?
In the Docker compiled version (without line numbers) it renders correctly, example. Could it be an artifact from the peer-reviewed version with line numbers?
Line 143: it would be helpful to explain the meaning of these numbers and their limits, where applicable.
I’ve added more description about each metric, their limits, and links/references. In 154-160, I’ve added an interpretation of Figure 6 and Table 2, which motivates the next section on using measured / simulated data.
Hi @danasolav, just wondering if you had time to look at the changes I made and if they satisfy your points? We'll be presenting LenslessPiCam as demo at a conference next week, and would be great (if possible) to have it published by then. Thanks!
@editorialbot check references
Reference check summary (note 'MISSING' DOIs are suggestions that need verification):
OK DOIs
- 10.1364/OPTICA.431361 is OK
- 10.1109/ICASSP.2017.8005297 is OK
- 10.1109/ICASSP.2019.8682923 is OK
- 10.1561/2200000016 is OK
- 10.1109/CVPR.2018.00068 is OK
- 10.1137/080716542 is OK
- 10.1364/OE.27.028075 is OK
MISSING DOIs
- None
INVALID DOIs
- None
Submitting author: !--author-handle-->@ebezzam<!--end-author-handle-- (Eric Bezzam) Repository: https://github.com/LCAV/LenslessPiCam Branch with paper.md (empty if default branch): Version: v1.0.4 Editor: !--editor-->@danasolav<!--end-editor-- Reviewers: @raolivei13, @siddiquesalman Archive: 10.5281/zenodo.8036869
Status
Status badge code:
Reviewers and authors:
Please avoid lengthy details of difficulties in the review thread. Instead, please create a new issue in the target repository and link to those issues (especially acceptance-blockers) by leaving comments in the review thread below. (For completists: if the target issue tracker is also on GitHub, linking the review thread in the issue or vice versa will create corresponding breadcrumb trails in the link target.)
Reviewer instructions & questions
@antipa & @vboomi & @raolivei13, your review will be checklist based. Each of you will have a separate checklist that you should update when carrying out your review. First of all you need to run this command in a separate comment to create the checklist:
The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @danasolav know.
✨ Please start on your review when you are able, and be sure to complete your review in the next six weeks, at the very latest ✨
Checklists
📝 Checklist for @raolivei13
📝 Checklist for @siddiquesalman