Open hualili opened 2 years ago
(1) the original PyTorch model and github; (2) also try to print the architecture of the model; (3) any reason why the code does not segment webcam input portrait?
(1) I use SINET as my original model, and the weight which is from this repo.
(2) As the README, you can use netron to inspect the details of given onnx model.
(3) Could you pls provide more detail of how you run the code and how you put the "background image" you want to replace the real background (maybe your room)?
Regards
Hello, greetings, thanks for your response, your response (1) and (2) are helpful and I am going through it now.
Hello, Greetings. Thank you for posting your Fast-Portrait-Segmentation code, it is really nice and informative. However, we have tried to run the python demo code. We run: $python cam_seg.py This Python program grabs a frame from WebCam, suppose to delete background, and combine the frame to the image file shown in a window. But I have tested in my room with DNC_SiNET_bi_192_129.mnn. The program did not segment the input portrait. We have been trying to resolve this. Can yo help to answer the following questions: (1) the original PyTorch model and github; (2) also try to print the architecture of the model; (3) any reason why the code does not segment webcam input portrait? Thanks! HL