soiz1 commited on
Commit
d621cbc
·
verified ·
1 Parent(s): 3c6bbd4

Update src/lib/libraries/extensions/index.jsx

Browse files
src/lib/libraries/extensions/index.jsx CHANGED
@@ -177,6 +177,17 @@ const IsLocal = String(window.location.href).startsWith(`http://localhost:`);
177
  const IsLiveTests = urlParams.has('livetests');
178
 
179
  const menuItems = [
 
 
 
 
 
 
 
 
 
 
 
180
  {
181
  name: 'posenet4scratch',
182
  extensionId: 'https://huggingface.co/datasets/soiz1/my-scratch-ai-extensions/raw/main/posenet4scratch.js',
 
177
  const IsLiveTests = urlParams.has('livetests');
178
 
179
  const menuItems = [
180
+ {
181
+ name: 'Posenet2Scratch',
182
+ extensionId: 'posenet2scratch',
183
+ iconURL: 'https://www.adacraft.org/studio/static/assets/cc4d68fe9d6a77c7f35f9d5461b60967.png',
184
+ insetIconURL: 'https://raw.githubusercontent.com/champierre/posenet2scratch/master/scratch-gui/src/lib/libraries/extensions/posenet2scratch/posenet2scratch-small.png',
185
+ collaborator: 'champierre',
186
+ internetConnectionRequired: true,
187
+ tags: ['other_mods', 'ai'],
188
+ description: 'Detect human poses quickly and accurately with a normal WebCam without using a special device',
189
+ featured: true
190
+ },
191
  {
192
  name: 'posenet4scratch',
193
  extensionId: 'https://huggingface.co/datasets/soiz1/my-scratch-ai-extensions/raw/main/posenet4scratch.js',