-
Notifications
You must be signed in to change notification settings - Fork 50
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
Why I have no output? #47
Comments
I don't see anything particularly wrong with this output -- do you have an
error traceback? SLAHMR runs best on sequences around 100-150 frames long,
so I recommend you running it in batches on your sequence.
…On Sun, Dec 10, 2023 at 4:58 AM Sun-JingChen ***@***.***> wrote:
(slahmr) ***@***.***:~/zjq/slahmr/slahmr$ python
run_opt.py data=video data.seq=hyt data.root=/home/iot/zjq/slahmr
run_opt=True run_vis=True
out_dir
/home/iot/zjq/slahmr/outputs/logs/video-val/2023-12-10/hyt-all-shot-0-0-180
/home/iot/zjq/slahmr/slahmr/cameras/hyt/shot-0 does not exist
/home/iot/zjq/slahmr/slahmr/track_preds/hyt does not exist
/home/iot/zjq/slahmr/slahmr/shot_idcs/hyt.json does not exist
SOURCES {'images': '/home/iot/zjq/slahmr/images/hyt', 'cameras':
'/home/iot/zjq/slahmr/slahmr/cameras/hyt/shot-0', 'tracks':
'/home/iot/zjq/slahmr/slahmr/track_preds/hyt', 'shots':
'/home/iot/zjq/slahmr/slahmr/shot_idcs/hyt.json'}
/home/iot/zjq/slahmr/slahmr/cameras/hyt/shot-0 does not exist
/home/iot/zjq/slahmr/slahmr/track_preds/hyt does not exist
/home/iot/zjq/slahmr/slahmr/shot_idcs/hyt.json does not exist
DATA SOURCES {'images': '/home/iot/zjq/slahmr/images/hyt', 'cameras':
'/home/iot/zjq/slahmr/slahmr/cameras/hyt/shot-0', 'tracks':
'/home/iot/zjq/slahmr/slahmr/track_preds/hyt', 'shots':
'/home/iot/zjq/slahmr/slahmr/shot_idcs/hyt.json'}
FOUND 717 FRAMES in /home/iot/zjq/slahmr/images/hyt
RUNNING PHALP ON /home/iot/zjq/slahmr/images/hyt
PROCESS MainProcess ()
PHALP DIR /home/iot/zjq/slahmr/slahmr/preproc
cd /home/iot/zjq/slahmr/slahmr/preproc; CUDA_VISIBLE_DEVICES=0 python
track.py video.source=/home/iot/zjq/slahmr/images/hyt
video.output_dir=/home/iot/zjq/slahmr/slahmr/phalp_out/hyt overwrite=False
detect_shots=True video.extract_video=False render.enable=False
[12/10 20:46:50] INFO OpenGL_accelerate module loaded
—
Reply to this email directly, view it on GitHub
<#47>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLOKW4C2BYVH2RFX7XDEGLYIWWYJAVCNFSM6AAAAABAORVFE6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGAZTIMZWGA4TMNY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I have the same problem. Have you solved it? |
Does anyone know if in the pipeline these become full or if they need to be populated before because I'm getting this same issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(slahmr) iot@iot-Precision-7920-Tower:~/zjq/slahmr/slahmr$ python run_opt.py data=video data.seq=hyt data.root=/home/iot/zjq/slahmr run_opt=True run_vis=True
out_dir /home/iot/zjq/slahmr/outputs/logs/video-val/2023-12-10/hyt-all-shot-0-0-180
/home/iot/zjq/slahmr/slahmr/cameras/hyt/shot-0 does not exist
/home/iot/zjq/slahmr/slahmr/track_preds/hyt does not exist
/home/iot/zjq/slahmr/slahmr/shot_idcs/hyt.json does not exist
SOURCES {'images': '/home/iot/zjq/slahmr/images/hyt', 'cameras': '/home/iot/zjq/slahmr/slahmr/cameras/hyt/shot-0', 'tracks': '/home/iot/zjq/slahmr/slahmr/track_preds/hyt', 'shots': '/home/iot/zjq/slahmr/slahmr/shot_idcs/hyt.json'}
/home/iot/zjq/slahmr/slahmr/cameras/hyt/shot-0 does not exist
/home/iot/zjq/slahmr/slahmr/track_preds/hyt does not exist
/home/iot/zjq/slahmr/slahmr/shot_idcs/hyt.json does not exist
DATA SOURCES {'images': '/home/iot/zjq/slahmr/images/hyt', 'cameras': '/home/iot/zjq/slahmr/slahmr/cameras/hyt/shot-0', 'tracks': '/home/iot/zjq/slahmr/slahmr/track_preds/hyt', 'shots': '/home/iot/zjq/slahmr/slahmr/shot_idcs/hyt.json'}
FOUND 717 FRAMES in /home/iot/zjq/slahmr/images/hyt
RUNNING PHALP ON /home/iot/zjq/slahmr/images/hyt
PROCESS MainProcess ()
PHALP DIR /home/iot/zjq/slahmr/slahmr/preproc
cd /home/iot/zjq/slahmr/slahmr/preproc; CUDA_VISIBLE_DEVICES=0 python track.py video.source=/home/iot/zjq/slahmr/images/hyt video.output_dir=/home/iot/zjq/slahmr/slahmr/phalp_out/hyt overwrite=False detect_shots=True video.extract_video=False render.enable=False
[12/10 20:46:50] INFO OpenGL_accelerate module loaded
The text was updated successfully, but these errors were encountered: