-
Notifications
You must be signed in to change notification settings - Fork 20
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
Marker motion sim #8
Comments
|
Hi, so do you figure out what to do? I met this problem too. Does it mean that I should add something in the sensorParam? |
I think you can draw marker motions using the field of displacement field.
|
Really thanks! And how can I get the picture with mark above? I ran the msimCirclewithmarker.py and msimCircle.py. And I found that there is no compose_sparse_insert in msimCirclewithmarker.py. Is it the one named compose_sparse and if I change to it, it will report the error that contact_mask and sparse_mask are not matched in dimension((480,640) and (900,900)). |
Sorry for that. I forgot to update the The meaning of the three pictures above, as explained by their paper, are the displacement of x, y, z respectively (unit: pixel). |
Hi,
I tried to run
python simMarkMotionField.py -obj square -dx 0.3 -dy 0.4 -dz 0.5
however, the output image does not contain any markers.
Am I missing something?
The text was updated successfully, but these errors were encountered: