-
Notifications
You must be signed in to change notification settings - Fork 106
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
my traindata["frames"] is always [] , help me #47
Comments
add: rgb_cond=rgb_cond.resize((512,512)) If the aspect ratio of the image is too large, some errors will occur in luciddreamer.py(334 -354) |
thank you! thank you! it works! and why my pic is 1280720,but the result looks like 512512, Can this result be changed? |
Dooray! 메일 발송 실패 안내
메일 발송
실패 안내
***@***.***)
님께
보낸
메일이
전송되지
못하였습니다.
실패 사유를 확인해보세요.
* 받는 사람 :
***@***.***)
* 발송 시간 :
2024-03-28T22:00:04
* 메일 제목 :
Re: [luciddreamer-cvlab/LucidDreamer] my traindata["frames"] is always [] , help me (Issue #47)
* 실패 사유 :
대외비/기밀 메일은 외부 계정으로 발송이 제한되어 일부 메일 발송 실패(수신자가 전달 설정한 경우 포함)
이 메일은 발신전용으로 회신되지 않습니다.
더 궁금하신 사항은
***@***.***
으로 문의해 주시기 바랍니다.
© Dooray!.
|
@iYuqinL 没看懂,你看起来已经生成出结果了,你有生成出obj文件吗?它的obj文件需要特殊的网页才能看,如果没有obj我就不知道了。 |
Dooray! 메일 발송 실패 안내
메일 발송
실패 안내
***@***.***)
님께
보낸
메일이
전송되지
못하였습니다.
실패 사유를 확인해보세요.
* 받는 사람 :
***@***.***)
* 발송 시간 :
2024-03-28T22:16:53
* 메일 제목 :
Re: [luciddreamer-cvlab/LucidDreamer] my traindata["frames"] is always [] , help me (Issue #47)
* 실패 사유 :
대외비/기밀 메일은 외부 계정으로 발송이 제한되어 일부 메일 발송 실패(수신자가 전달 설정한 경우 포함)
이 메일은 발신전용으로 회신되지 않습니다.
더 궁금하신 사항은
***@***.***
으로 문의해 주시기 바랍니다.
© Dooray!.
|
I Found this is caused by some bugs, and solve them in #52 |
│ ❱ 376 │ W, H = traindata["frames"][0]["image"].size │
│ 377 │ # W, H = traindata["W"], traindata["H"] │
│ 378 │ │
│ 379 │ for camkey in presetdata: │
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: