-
Notifications
You must be signed in to change notification settings - Fork 47
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
I want to use this demo to reappear the results on ETHZ dataset but the results aren't good #31
Comments
This also disturb me a lot |
Hello, Thank you for your message. What are the parameters that you don't manage to set? What kind of results do you get? Does it look like the rectangle indices are not correct somehow or the tracking area is not good? I also used rectangles120x300.pom. I put the file back directly in the Git here. In RunPOM.ipynb, you should use something like Did you check the background/foreground and parts segmentation? Do they look reasonable? You can send me some detection images if you want, maybe I can try to guess what is wrong. Did you retrain everything? @gooa1121 do you have an idea of what may have changed? If it really does not work, I will send you directly my trained models. Best, |
Hi, Best, |
Hi, If I want to run
Could you give any clue to fix this? Thanks! |
|
Hi,
I didn't get a good result in the end, maybe it was not set up correctly in some places. And time has passed a bit, most of the details have been forgotten, so I'm sorry that I can't help you. Hope the original author can help you.
…------------------ 原始邮件 ------------------
发件人: "TTTREE"<[email protected]>;
发送时间: 2020年3月25日(星期三) 中午1:54
收件人: "pierrebaque/DeepOcclusion"<[email protected]>;
抄送: "844758999"<[email protected]>;"Author"<[email protected]>;
主题: Re: [pierrebaque/DeepOcclusion] I want to use this demo to reappear the results on ETHZ dataset but the results aren't good (#31)
Hi,
If I want to run Wildtrack_dataset, do I have to change something? I encountered some strange dimension mismatch problem. It says:
Apply node that caused the error: GpuDownsampleFactorMax{(2, 2),True}(GpuElemwise{Composite{maximum(i0, (i1 + i2))}}[(0, 1)].0) Toposort index: 352 Inputs types: [CudaNdarrayType(float32, 4D)] Inputs shapes: [(1, 64, 1072, 1920)] Inputs strides: [(0, 2064228, 1922, 1)] Inputs values: ['not shown'] Outputs clients: [[GpuDownsampleFactorMax{(2, 2),True}(GpuDownsampleFactorMax{(2, 2),True}.0), GpuContiguous(GpuDownsampleFactorMax{(2, 2),True}.0)]] HINT: Re-running with most Theano optimization disabled could give you a back-trace of when this node was created. This can be done with by setting the Theano flag 'optimizer=fast_compile'. If that does not work, Theano optimizations can be disabled with 'optimizer=None'. HINT: Use the Theano flag 'exception_verbosity=high' for a debugprint and storage map footprint of this apply node.
Could you give any clue to fix this? Thanks!
I am trying to do the same thing about running Wildtrack_dataset. Have you succeeded?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@Sunny-Yu can you please send me the .zip files. Looks like the link is broken. Email: [email protected] |
Hi, I don't save the files, please request from the owner.
…---Original---
From: ***@***.***>
Date: Wed, Feb 9, 2022 02:52 AM
To: ***@***.***>;
Cc: ***@***.***>;"Xufeng ***@***.***>;
Subject: Re: [pierrebaque/DeepOcclusion] I want to use this demo to reappear the results on ETHZ dataset but the results aren't good (#31)
@Sunny-Yu can you please send me the .zip files. Looks like the link is broken. Email: ***@***.***
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hello, I want to use this demo to reappear the results on ETHZ dataset. The results of the demo data are OK, but when I use the demo code on ETHZ, the results aren't good enough. The most prominent point is there are several bounding boxes on the same people at on frame. It seems that the results lack of nms treatment. I use the rectangles120x300.pom from https://github.com/pierrebaque/generatePOMfile and also use the rectangles480x1440.pom from ETHZ dataset, but both of them can't reappear the results on the paper. I think maybe some parameters should be modify from demo config. I hope you can help me which parameters should be noted. Thank you!
The text was updated successfully, but these errors were encountered: