MAVERICK-VF142 / Object_tracking_in_360_video

Mozilla Public License 2.0
5 stars 19 forks source link

saliency not detecting in all fovs #32

Open MAVERICK-VF142 opened 4 months ago

MAVERICK-VF142 commented 4 months ago

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:

  1. use a longer form of test video
  2. when object enters from front fov to the left fov no new window will open

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

HetuKariya commented 1 week ago

Can I work on this bug?

MAVERICK-VF142 commented 1 week ago

sure @HetuKariya , you can work on this

HetuKariya commented 1 week ago

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?

MAVERICK-VF142 commented 1 week ago

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 commented 5 days ago

img_1 img_2 img_3 Um last night when I was downloading dependencies then I am getting an issue that is the google drive link that you have provided in the dependencies folder in download_files.py the link is : https://drive.google.com/uc?id=1EyW6lGwZbhuB4uTRRoDrphpT6WR5oPkQ in this link if I try to open it in chrome then I am getting 404 found error and if I use gdown then I am getting the error in bash that it cannot retrive the public link of file and I cannot chacge the permission to anyone with the link and thus I am not able to run python app.py in git bash and thus I am not able to open your project please help I am attaching the screenshots too.

MAVERICK-VF142 commented 5 days ago

@HetuKariya just use this https://drive.google.com/file/d/1UCXvz-2NGjjDJhmXnPRsPtoHAFs3YaxB/view?usp=sharing

Download and place the video in Dependencies

MAVERICK-VF142 commented 5 days ago

Screenshot (4) Screenshot (5)

@HetuKariya in the above case it is working fine but I will still check and let you know

HetuKariya commented 5 days ago

Ok I will try and download the dependency

MAVERICK-VF142 commented 2 days ago

I am merging the issue #57 with this issue @ananas304 please work accordance to it

ananas304 commented 2 days ago

@MAVERICK-VF142 Can I collaborate with @HetuKariya and work on this feature?

MAVERICK-VF142 commented 2 days ago

@HetuKariya can you please collaborate with @ananas304 on this issue , both of your expertise will greatly help my project

MAVERICK-VF142 commented 2 days ago

@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

HetuKariya commented 1 day ago

I am glad to work with you on this issue