mirror of https://github.com/vladmandic/human
remove efficientpose
parent
69525131be
commit
59cf501bcd
2
TODO.md
2
TODO.md
|
@ -16,8 +16,6 @@ N/A
|
|||
<https://github.com/deepinsight/insightface>
|
||||
- Blazepose
|
||||
Needs detector before running pose to center the image
|
||||
- Efficientpose
|
||||
Needs detector before running pose to center the image
|
||||
|
||||
## Soon to be Removed
|
||||
|
||||
|
|
|
@ -31,7 +31,6 @@ const userConfig = {
|
|||
gesture: { enabled: true },
|
||||
body: { enabled: false },
|
||||
// body: { enabled: true, modelPath: 'blazepose.json' },
|
||||
// body: { enabled: true, modelPath: 'efficientpose.json' },
|
||||
// object: { enabled: true },
|
||||
};
|
||||
*/
|
||||
|
|
|
@ -28,7 +28,6 @@ const myConfig = {
|
|||
hand: {
|
||||
enabled: false,
|
||||
},
|
||||
// body: { modelPath: 'efficientpose.json', enabled: true },
|
||||
// body: { modelPath: 'blazepose.json', enabled: true },
|
||||
body: { enabled: false },
|
||||
object: { enabled: false },
|
||||
|
|
|
@ -32,7 +32,6 @@ const myConfig = {
|
|||
hand: {
|
||||
enabled: true,
|
||||
},
|
||||
// body: { modelPath: 'efficientpose.json', enabled: true },
|
||||
// body: { modelPath: 'blazepose.json', enabled: true },
|
||||
body: { enabled: true },
|
||||
object: { enabled: true },
|
||||
|
|
Binary file not shown.
File diff suppressed because one or more lines are too long
|
@ -140,8 +140,6 @@ async function test(Human, inputConfig) {
|
|||
log('info', 'test body variants');
|
||||
config.body = { modelPath: 'posenet.json', enabled: true };
|
||||
await testDetect(human, 'assets/human-sample-body.jpg', 'posenet');
|
||||
config.body = { modelPath: 'efficientpose.json', enabled: true };
|
||||
await testDetect(human, 'assets/human-sample-body.jpg', 'efficientpose');
|
||||
config.body = { modelPath: 'blazepose.json', enabled: true };
|
||||
await testDetect(human, 'assets/human-sample-body.jpg', 'blazepose');
|
||||
|
||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
|||
Subproject commit 144a0ca88bbbc27c4eb2dc20551bfb2d463bbd0d
|
||||
Subproject commit 4cb4534d2812d092946fbe51f8078df15b2c07d7
|
Loading…
Reference in New Issue