remove efficientpose

pull/134/head
Vladimir Mandic 2021-04-24 09:31:46 -04:00
parent 69525131be
commit 59cf501bcd
8 changed files with 1 additions and 386 deletions

View File

@ -16,8 +16,6 @@ N/A
<https://github.com/deepinsight/insightface> <https://github.com/deepinsight/insightface>
- Blazepose - Blazepose
Needs detector before running pose to center the image Needs detector before running pose to center the image
- Efficientpose
Needs detector before running pose to center the image
## Soon to be Removed ## Soon to be Removed

View File

@ -31,7 +31,6 @@ const userConfig = {
gesture: { enabled: true }, gesture: { enabled: true },
body: { enabled: false }, body: { enabled: false },
// body: { enabled: true, modelPath: 'blazepose.json' }, // body: { enabled: true, modelPath: 'blazepose.json' },
// body: { enabled: true, modelPath: 'efficientpose.json' },
// object: { enabled: true }, // object: { enabled: true },
}; };
*/ */

View File

@ -28,7 +28,6 @@ const myConfig = {
hand: { hand: {
enabled: false, enabled: false,
}, },
// body: { modelPath: 'efficientpose.json', enabled: true },
// body: { modelPath: 'blazepose.json', enabled: true }, // body: { modelPath: 'blazepose.json', enabled: true },
body: { enabled: false }, body: { enabled: false },
object: { enabled: false }, object: { enabled: false },

View File

@ -32,7 +32,6 @@ const myConfig = {
hand: { hand: {
enabled: true, enabled: true,
}, },
// body: { modelPath: 'efficientpose.json', enabled: true },
// body: { modelPath: 'blazepose.json', enabled: true }, // body: { modelPath: 'blazepose.json', enabled: true },
body: { enabled: true }, body: { enabled: true },
object: { enabled: true }, object: { enabled: true },

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -140,8 +140,6 @@ async function test(Human, inputConfig) {
log('info', 'test body variants'); log('info', 'test body variants');
config.body = { modelPath: 'posenet.json', enabled: true }; config.body = { modelPath: 'posenet.json', enabled: true };
await testDetect(human, 'assets/human-sample-body.jpg', 'posenet'); 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 }; config.body = { modelPath: 'blazepose.json', enabled: true };
await testDetect(human, 'assets/human-sample-body.jpg', 'blazepose'); await testDetect(human, 'assets/human-sample-body.jpg', 'blazepose');

2
wiki

@ -1 +1 @@
Subproject commit 144a0ca88bbbc27c4eb2dc20551bfb2d463bbd0d Subproject commit 4cb4534d2812d092946fbe51f8078df15b2c07d7