-
-
Notifications
You must be signed in to change notification settings - Fork 41
[REVIEW]: openEyeTrack - A high speed multi-threaded eye tracker for head-fixed applications #1631
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
Comments
Hello human, I'm @whedon, a robot that can help you with some common editorial tasks. @conradsnicta, @thejanzimmermann it looks like you're currently assigned to review this paper 🎉. ⭐ Important ⭐ If you haven't already, you should seriously consider unsubscribing from GitHub notifications for this (https://github.com/openjournals/joss-reviews) repository. As a reviewer, you're probably currently watching this repository which means for GitHub's default behaviour you will receive notifications (emails) for all reviews 😿 To fix this do the following two things:
For a list of things I can do to help you, just type:
For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:
|
|
I'm sorry @thejanzimmermann, I'm afraid I can't do that. That's something only editors are allowed to do. |
@thejanzimmermann, it looks like you finished your review, can you provide some comments on your assessment? |
The authors provide a logical and necessary extension of previously published work on high speed eye tracking. This is especially important since most human applications or other open source initiatives provide low tracking speeds not acceptable to research applications. The software is easy to compile, very well documented and understandable and provides a great place to start for researchers. One thing that should be noted is that the system does not handle ocular occlusions very well because it computes the pupil based on a circular fit rather than a center of mass of an arbitrarily shaped object. This is non problematic in healthy human subjects but can become problematic in animal models. Overall a great piece of software, well documented. |
Dear @thejanzimmermann, Thank you for the kind comments on the manuscript. As far as we understand it, the opencv blob detector which is what is used for detecting the pupil should function even with partially occluded pupils. The circle is drawn as a visual aid to denote to the experimenter that a position was identified. We found that when windowing the image to only detect images within a particular region of interest, we could not find a reliable way to take the keypoints detected by the blob detector and show what was detected. Instead, we used the center and the "size" of the blob to draw a red circle. In tests with artificial stimuli, our blob detector is even able to detect small black crescents drawn on a piece of paper. Of course, if this issue persists in animal models, we will consider other approaches for detecting the pupil. We believe the multithreaded approach allows for a little bit more leeway in implementing more computationally expensive algorithms. best, Chand |
Dear @chand-lab , I could not agree more with you ! and it's not a dealbreaker at all. I can forward you experimental code on adjusted center of mass approaches that I have written that might at least mitigate this a little. Best Jan |
@conradsnicta, how are things progressing? |
Thanks! I think this would be a great addition to v2.0 of the Eye Tracker. It might also make sense to incorporate corneal reflections from the Purkinje image in future versions. best, Chand |
Hi @cMadan -- Just gently wondering if we could help in any way to wrap up the code review or any changes we need. best, Chand |
@conradsnicta, are you still able to review this submission? Thank you! |
@cMadan - apologies, been away sick. will take a look at this later on this week. |
@conradsnicta, thanks for letting me know. I hope you feel better soon! |
@cMadan - in progress; I'll add comments as I go along |
@chand-lab @mailchand There seems to be a problem with the reference to OpenCV, which is listed as "Bradski, G. (2000). The OpenCV Library. Dr. Dobb’s Journal of Software Tools". I can't seem to find the actual article.
So the cited article doesn't exist or has effectively ceased to exist. I suggest changing the reference to an article that is currently accessible. |
Thanks @conradsnicta ! I was trying to find a way to cite openCV and chose what has been recommended online :). We used all the online resources when we were programming with openCV. Instead, what we will do is to use this reference |
@whedon generate pdf |
|
@whedon generate pdf |
|
@chand-lab, it looks like two of your references didn't resolve correctly in the PDF. See the second line of the "Software and Hardware components" section. @cMadan - This has been fixed. I think the issue was you need to separate by ; for multiple references instead of a ,. |
This has been fixed. I think the issue was you need to separate by ; for multiple references instead of a ,. Apologies for the error! |
@whedon check references |
|
|
@chand-lab, everything looks good to me! To move forward with accepting your submission, there are a few last things to take care of:
You may find this helpful: https://guides.github.com/activities/citable-code/ |
Hi @cMadan, Terrific. Please see mixed in below. I believe all the steps are done!
v1.0.0 - Available here
Done!
Please let me know if I missed something :). Warm Regards, Chand |
@whedon set v1.0.0 as version |
OK. v1.0.0 is the version. |
@whedon set 10.5281/zenodo.3515534 as archive |
OK. 10.5281/zenodo.3515534 is the archive. |
@whedon accept |
|
|
Check final proof 👉 openjournals/joss-papers#1040 If the paper PDF and Crossref deposit XML look good in openjournals/joss-papers#1040, then you can now move forward with accepting the submission by compiling again with the flag
|
@openjournals/joss-eics, I think we're all set to accept here! |
@whedon accept deposit=true |
|
🐦🐦🐦 👉 Tweet for this paper 👈 🐦🐦🐦 |
🚨🚨🚨 THIS IS NOT A DRILL, YOU HAVE JUST ACCEPTED A PAPER INTO JOSS! 🚨🚨🚨 Here's what you must now do:
Any issues? notify your editorial technical team... |
Congratulations @chand-lab on your JOSS submission!! 🎉 🎉 Thank you to @conradsnicta and @thejanzimmermann for your time and expertise reviewing this submission. Thanks also to @cMadan for editing. |
🎉🎉🎉 Congratulations on your paper acceptance! 🎉🎉🎉 If you would like to include a link to your paper from your README use the following code snippets:
This is how it will look in your documentation: We need your help! Journal of Open Source Software is a community-run journal and relies upon volunteer effort. If you'd like to support us please consider doing either one (or both) of the the following:
|
Submitting author: @chand-lab (Chandramouli Chandrasekaran)
Repository: https://github.com/chand-lab/openEyeTrack
Version: v1.0.0
Editor: @cMadan
Reviewer: @conradsnicta, @thejanzimmermann
Archive: 10.5281/zenodo.3515534
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
@conradsnicta & @thejanzimmermann, please carry out your review in this issue by updating the checklist below. If you cannot edit the checklist please:
The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @cMadan know.
✨ Please try and complete your review in the next two weeks ✨
Review checklist for @conradsnicta
Conflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
paper.md
file include a list of authors with their affiliations?Review checklist for @thejanzimmermann
Conflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
paper.md
file include a list of authors with their affiliations?The text was updated successfully, but these errors were encountered: