amardeepranu
amardeepranu
hey @pmgou did you manage to get opencv.js running on expo?
Thanks @pmgou what is your use case? Does that mean you launch a browser in the app, inject opencv.js and execute it inside safari/chrome within the app? Would love to...
@jnwei thanks, that worked but now I'm getting: ``` FileNotFoundError: [Errno 2] No such file or directory: 'openfold/resources/params/params_model_1.npz' bash: line 6: --output_dir: command not found ``` Seems like it requires...
@jnwei this is my full command: ``` python openfold/run_pretrained_openfold.py \ fastas \ --use_precomputed_alignments embeddings/meth \ --output_dir results \ --model_device "cuda:0" \ --config_preset "seq_model_esm1b_ptm" \ --openfold_checkpoint_path openfold/openfold/resources/openfold_soloseq_params/seq_model_esm1b_ptm.pt ``` with this I...