AttributeError: numpy.ndarray object has no attribute properties #298
xiaoxiongtao
started this conversation in
Resolved Issue
Replies: 3 comments
|
In the newly released version of deeptrack, pipeline no longer returns image object but ndarray. If you need Image objects, you can enable them by using |
0 replies
|
How do you use it? It didn't work for me. |
0 replies
|
Hi! As @shuyiloe rightly pointed out, the latest version of DeepTrack no longer returns For this example, you could just do |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I tried to run your code in the codelab, but I always got an error like "AttributeError: numpy.ndarray object has no attribute properties
". I tried other methods but none of them worked. I admire your work very much and hope you can help me solve this problem. xiaoxxtt@mails.cqjtu.edu.cn
All reactions