hygxy / ma_densefusion

0 stars 0 forks source link

about the datasets #2

Closed GaoHuaZhang closed 3 years ago

GaoHuaZhang commented 3 years ago

Can you tell me where to download the datasets you used? The datasets mentioned in the article has expired

hygxy commented 3 years ago

I created the dataset myself

On Tue, 23 Feb 2021 at 14:56, theIone notifications@github.com wrote:

Can you tell me where to download the datasets you used? The datasets mentioned in the article has expired

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hygxy/ma_densefusion/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGYMHVH22A7EUKQM7S7GASLTANGSHANCNFSM4YB5NTXA .

GaoHuaZhang commented 3 years ago

I created the dataset myself On Tue, 23 Feb 2021 at 14:56, theIone @.***> wrote: Can you tell me where to download the datasets you used? The datasets mentioned in the article has expired — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#2>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGYMHVH22A7EUKQM7S7GASLTANGSHANCNFSM4YB5NTXA .

Thank you for your reply, but now I have another problem, which is in Python generatedataset.py The number of mask, depth and RGB generated at the time of using is very different from the number of data I use. Why

hygxy commented 3 years ago

which line in generatedataset.py and which exact difference do you mean?

GaoHuaZhang commented 3 years ago

which line in generatedataset.py and which exact difference do you mean?

It's didn't report any errors, the matter is I had over a thousand original images, but after run generatedataset.py only generated 51 mask.

hygxy commented 3 years ago

This is expected since I just want to select some of the depth/rgb/mask, see line 15 interval

GaoHuaZhang commented 3 years ago

This is expected since I just want to select some of the depth/rgb/mask, see line 15 interval

So please tell me how to generate all the data, thank you

hygxy commented 3 years ago

set interval to 1 if you have to

On Tue, 23 Feb 2021 at 20:00, theIone notifications@github.com wrote:

This is expected since I just want to select some of the depth/rgb/mask, see line 15 interval

So please tell me how to generate all the data, thank you

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/hygxy/ma_densefusion/issues/2#issuecomment-784150922, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGYMHVCGZYCFTQYQV3XIZODTAOKGNANCNFSM4YB5NTXA .

GaoHuaZhang commented 3 years ago

set interval to 1 if you have to On Tue, 23 Feb 2021 at 20:00, theIone @.***> wrote: This is expected since I just want to select some of the depth/rgb/mask, see line 15 interval So please tell me how to generate all the data, thank you — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#2 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGYMHVCGZYCFTQYQV3XIZODTAOKGNANCNFSM4YB5NTXA .

thank you, that help me a lot!