Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MATLAB:nonLogicalConditional during export #29

Open
Giacomoalciatore opened this issue Sep 14, 2021 · 5 comments
Open

MATLAB:nonLogicalConditional during export #29

Giacomoalciatore opened this issue Sep 14, 2021 · 5 comments

Comments

@Giacomoalciatore
Copy link

Hello, I ran into a problem while attempting to export antdata results. Launching the 3rd step of the solve function, both tracklets_tables and xy.mat files are created, but not xy.csv files. The error in the log is the following:

23:10:50 -I- Reading video information from file
23:10:54 -I- Loading trgraph from antrax_HD32_camtag6/graphs/C5/graph_1_1.mat
23:10:57 -I- Finished loading trgraph with 1291 tracklets
23:10:57 -I- Loading tracklet data for movie 1
Operands to the || and && operators must be convertible to logical scalar values.
Error in trgraph/export_xy (line 163)

Error in export_single_movie (line 60)

Error in antrax_mcr_interface (line 42)
MATLAB:nonLogicalConditional

Any idea why this is happening? thanks!

Giacomo

@asafgal
Copy link
Contributor

asafgal commented Sep 14, 2021 via email

@Giacomoalciatore
Copy link
Author

I launched this command on LSF: bsub -n 4 -W 0:30 -J "Solve_c1_v[1-116:1]" -R "rusage[mem=4072]" 'antrax solve /cluster/scratch/User/Experiment/ --movlist $LSB_JOBINDEX --step 3'

And I did not use the --csv flag, but on other computers/antrax versions this command give all 3 different files without problems

@asafgal
Copy link
Contributor

asafgal commented Sep 14, 2021 via email

@Giacomoalciatore
Copy link
Author

Ok, thanks! So maybe it's two separate issues

@Giacomoalciatore
Copy link
Author

Even using the --csv option I didn't get any xy.csv files, and the error in the log file is always the same!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants