Skip to content
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

Using pixelLib simply for segmetnation. #172

Open
Sirix1995 opened this issue Jun 13, 2023 · 1 comment
Open

Using pixelLib simply for segmetnation. #172

Sirix1995 opened this issue Jun 13, 2023 · 1 comment

Comments

@Sirix1995
Copy link

Hi ! I have a question about PixelLib.

I'm currently developping an application that uses BEV ( https://github.com/Arthur151/ROMP ) to detects humans on a Webcam video stream, and generate cropped images arround them. After that, I use a pretrained Reznet18 network to identify every person. But I have difficulties to make the identification working. So, I suppose it can be improved by doing some segmentation on the BEV's cropped results. I tried several classic segmentations methods : like threshold or gradiant segmentation, but it's not working. So, I'm searching a lib that can do that quickly, to do it during a live stream.

I'm not sure if PixelLib can be fast enough to do that. Perhaps it can by using a really small network ? Or...No network at all ? Is the segmentation part of the lib requiring a network ? Can I simply send the crops to it to get the segmentation areas without any type of identification, since I'm doing identification myself ? Or send the image with a an array containing the bounding boxes ?

Thanks in advance for your answers !

@Guide4Ever
Copy link

@Sirix1995 By any chance, what tensorflow version are you using? I am getting variable learning_rate error as of 26th of July 2023.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants