-
Notifications
You must be signed in to change notification settings - Fork 27
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
saliency not detecting in all fovs #32
Comments
Can I work on this bug? |
sure @HetuKariya , you can work on this |
I really want to contribute and solve the problem but can you explain the whole problem as I got what you are saying but the last few line are unclear so can you please clarify it? |
sure! @HetuKariya to save resources motion-based saliency is applied on the video. it an equirectangular video that is divided into 6 parts to create FOVs . so there is no need for detection when there is no object in the fov , this is where motion-based saliency comes in , it first detects motion in all the fov is it detects motion then only the detection will happen and when the object leaves the fov and no motion is detected the fov will close to save the resources. At the end as output, i need the equirectangular output with detection and the fovs based on the above given condition. If still, you are not clear about the required output. we can hop on a Discord call to discuss more |
|
@HetuKariya just use this https://drive.google.com/file/d/1UCXvz-2NGjjDJhmXnPRsPtoHAFs3YaxB/view?usp=sharing **Download and place the video in Dependencies ** |
@HetuKariya in the above case it is working fine but I will still check and let you know |
Ok I will try and download the dependency |
I am merging the issue #57 with this issue @ananas304 please work accordance to it |
@MAVERICK-VF142 Can I collaborate with @HetuKariya and work on this feature? |
@HetuKariya can you please collaborate with @ananas304 on this issue , both of your expertise will greatly help my project |
@HetuKariya and @ananas304 can you both please give your approaches towards this issue so we can discuss every possibility of the approach and can arrive at a common grounds related to the issue for which we will also be able to distinguish the work each one of you will do |
I am glad to work with you on this issue |
Can you please share your discord so that I can contact you and we can work on this issue |
My discord id is MAVERICK-VF142#7102 |
Mine is @blaccurent |
@HetuKariya have you created the discord chat, i am looking forward to discussing the issue with you guys |
um @blaccurent username is showing incorrect please recheck it and yes I have sent you MAVERICK-VF142 friend request please accept |
It's @blaccurrent my bad |
Hi @MAVERICK-VF142, this is a friendly reminder that your issue has been inactive for the last 7 days. Please provide an update if possible. Thank you! |
1 similar comment
Hi @MAVERICK-VF142, this is a friendly reminder that your issue has been inactive for the last 7 days. Please provide an update if possible. Thank you! |
Describe the bug
when the object moves from one fov to another the another fov should open as motion should be detected there buts its not opening a new fov window and the window should close when no motion is detected
To Reproduce
Steps to reproduce the behavior:
Expected behavior
when object enters from one fov to the another fov a new window should open and when the object leaves the window should close . when the program runs the the equirectangular window should open . the fov should open on the basis of saliency
The text was updated successfully, but these errors were encountered: