Search found 27 matches

by Ali Forouzanfar
Mon Mar 25, 2024 1:48 am
Forum: SCONE
Topic: mach-o file incompatible architecture error in sconepy
Replies: 2
Views: 969

mach-o file incompatible architecture error in sconepy

Hi, I'm attempting to use the sconepy but I'm encountering a "mach-o file, but is an incompatible architecture" error. The specific message is: (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64')) Here's a bit more context about my setup: Operating System: [ m...
by Ali Forouzanfar
Sat Mar 23, 2024 8:46 am
Forum: OpenSim
Topic: Creating and Adding Virtual Markers to .trc Files
Replies: 2
Views: 491

Creating and Adding Virtual Markers to .trc Files

Hi everyone, I'm working on a project in OpenSim where I need to create virtual markers and integrate them into an existing .trc file. I'm looking for guidance on the following: What's the most efficient way to create virtual markers and add them to my .trc file? Are there specific OpenSim tools or ...
by Ali Forouzanfar
Wed Mar 20, 2024 1:22 am
Forum: SCONE
Topic: Integrating SCONE Python API with Google Colab
Replies: 1
Views: 715

Integrating SCONE Python API with Google Colab

Hi, I am interested in leveraging the SCONE Python API for my project and considering using Google Colab as my development environment. I have a few questions and am seeking advice from those who may have experience with this setup: Is it technically and practically feasible to use SCONE in Google C...
by Ali Forouzanfar
Sat Mar 16, 2024 12:25 pm
Forum: SCONE
Topic: Could not create object of type: Model
Replies: 2
Views: 887

Re: Could not create object of type: Model

Okay, thanks for the update! I understand OpenSim 4 models are currently Windows-only in SCONE. I really hope support for macOS gets added in the future it would be fantastic! Thanks for the help."
by Ali Forouzanfar
Fri Mar 15, 2024 9:50 am
Forum: OpenSim
Topic: Help Troubleshooting RuntimeError with C3DFileAdapter in Python
Replies: 2
Views: 472

Help Troubleshooting RuntimeError with C3DFileAdapter in Python

Hello, I'm working with OpenSim in Google Colab and encountering a "RuntimeError: Could not open the c3d file: iostream error" when trying to read a C3D file using the C3DFileAdapter. Here's my code, followed by the complete error message: #@title Reading C3D files through Python import os import op...
by Ali Forouzanfar
Sat Mar 02, 2024 2:01 am
Forum: SCONE
Topic: Could not create object of type: Model
Replies: 2
Views: 887

Could not create object of type: Model

Hi everyone, I'm having trouble opening any OpenSim 4 models in SCONE and keep getting the error message: "Could not create object of type: Model" Things I've tried: File Format: I've double-checked that the models are in .osim format. I've even tried re-generating them within OpenSim. Compatibility...