question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How hard would it be to port the multi-person functions?

See original GitHub issue

The original TensorFlowJS code includes net.segmentMultiPerson and net.segmentMultiPersonParts, which allow code to more easily distinguish people when they appear in an image together.

I started looking at the code to see if this is something I could port, but I just don’t understand TensorFlow or the existing implementations well enough to figure out how.

Please consider this for a future enhancement.

Thanks much.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
de-codecommented, Feb 19, 2021

On further inspection it seems that in order to do it the same way as it is done in the upstream JS version, it would require the multi person pose detection as an input (#50).

1reaction
de-codecommented, Feb 16, 2021

Okay, fair point.

I believe the corresponding JavaScript code is in body-pix/src/multi_person/decode_multiple_masks_cpu.ts (in particular decodePersonInstancePartMasks)

Read more comments on GitHub >

github_iconTop Results From Across the Web

1. Basic Switch Operation - Ethernet Switches [Book] - O'Reilly
Next, we will look at the basic functions used in a bridge to make it possible to forward Ethernet frames from one port...
Read more >
Security group rules - Amazon Elastic Compute Cloud
Security group rules enable you to filter traffic based on protocols and port numbers. Security groups are stateful—if you send a request from...
Read more >
Service overview and network port requirements for Windows
Domain controllers, client computers, and application servers require network connectivity to Active Directory over specific hard-coded ports.
Read more >
What is a VLAN (Virtual LAN)? - TechTarget
A LAN is a group of computers or other devices in the same place -- e.g., ... Once traffic crosses a router and...
Read more >
Chapter 4.2 – Port Authorities
The role of the port authority can also be that of a facilitator, though less active (model C). Ports in this group usually...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found