{"id":17606396,"url":"https://github.com/atcold/smarteye","last_synced_at":"2025-09-02T17:33:08.308Z","repository":{"id":73551394,"uuid":"37490204","full_name":"Atcold/smartEYE","owner":"Atcold","description":"Implementation of the VADNN article","archived":false,"fork":false,"pushed_at":"2015-06-15T22:09:32.000Z","size":121,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-29T15:15:45.870Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Atcold.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-15T20:42:38.000Z","updated_at":"2025-03-02T15:41:47.000Z","dependencies_parsed_at":"2023-02-23T19:05:56.514Z","dependency_job_id":null,"html_url":"https://github.com/Atcold/smartEYE","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Atcold/smartEYE","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atcold%2FsmartEYE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atcold%2FsmartEYE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atcold%2FsmartEYE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atcold%2FsmartEYE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Atcold","download_url":"https://codeload.github.com/Atcold/smartEYE/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atcold%2FsmartEYE/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273322155,"owners_count":25085035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-22T15:44:24.433Z","updated_at":"2025-09-02T17:33:08.272Z","avatar_url":"https://github.com/Atcold.png","language":"Lua","readme":"# smartEYE\n\nThis is an implemetation of the [VADNN](http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=7086900) article.\nThis collection of scripts for [Torch7](http://torch.ch/) can compute both *bottom-up* and *top-down* visual attention saliency maps.\n\n\n## You need to fetch some data\n\nYou need to fetch the trained model, at least, to be able to run the live demo.\n\n```bash\n./getData-public.sh\n```\n\n\n## Dependency\n\nIf you want to use an USB camera, you will need to install the `camera` package\n\n```bash\nluarocks install camera\n```\n\n\n## How to run a live person top-down saliency demo\n\nThere are available three different methods with which the final top-down saliency map is displayed.\nEach method can be selected by `--mode #`, where `#` can be 1, 2 or 3.\nThe source can be a USB webcam, which is the default option, or an Ethernet camera, which can be chosen with `--eth`.\nFor example, we can run on USB, mode 3 by typing\n\n```bash\ncd dev\nqlua saliencyCam.lua --mode 3\n```\n\nor, we could run on Ethernet and using method 2 with\n\n```bash\nqlua saliencyCam.lua --mode 2 --eth\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatcold%2Fsmarteye","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatcold%2Fsmarteye","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatcold%2Fsmarteye/lists"}