car-detection-yolo icon indicating copy to clipboard operation
car-detection-yolo copied to clipboard

'list' object has no attribute 'dtype' @ yolo_head(yolo_model.output, anchors, len(class_names))

Open geleshdeloitte opened this issue 5 years ago • 8 comments

yolo_head(yolo_model.output, anchors, len(class_names)), gives an error 'list' object has no attribute 'dtype'. Issue was closed according to https://github.com/qqwweee/keras-yolo3/issues/336 , but the remedy seems not implemented over here

geleshdeloitte avatar Sep 30 '19 14:09 geleshdeloitte

I also did not understand the notebook associated with it. It was also missing a lot of the utility files

gittygupta avatar Jan 30 '20 14:01 gittygupta

HI, It seems like 1 you are doing a transfer learning And 2 A, the pre trained model file was missing or 2B is not compatible with the learning model to which the pre trained model is transferred to.

Could be something else, I could have a look.

Thanks Gelesh

Sent from my Verizon, Samsung Galaxy smartphone

-------- Original message -------- From: Aousnik Gupta [email protected] Date: 1/30/20 9:58 AM (GMT-05:00) To: tejaslodaya/car-detection-yolo [email protected] Cc: "George Omathil, Gelesh" [email protected], Author [email protected] Subject: [EXT] Re: [tejaslodaya/car-detection-yolo] 'list' object has no attribute 'dtype' @ yolo_head(yolo_model.output, anchors, len(class_names)) (#3)

I also did not understand the notebook associated with it. It was also missing a lot of the utility files

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://secure-web.cisco.com/1OrKCGyhrDYYfleeCUWDJ2o0MYv2QunXYgJrvl5JozWStfoS2CyYjVbCZnpEkrMAD_U2wq-JYFx9hE1sbVqiclTzXoEYLHvNQ34x8veIqP1QfLMDFW_MF8WZ_sNOpvjoLAbvVCx6D17kvfWXxkQHEzvrAdnwt1Ehu4bg2J7Jn_X3pq9rBsxj1I5-WLZyMBAkUlv9SlLQUaoBiZaxGxNeRtp0tfCrPn0kFqUSt5PSB9rEUQ5vdgxxecWnjZzYL361cBPw5USDJaOPxO87MB1fZqkThSQZOEL091n2yzYQO5koc-qr3akncW67x0HHWEpc9101Q0i9sY-Rf5Wk8yQmAS8N3CmzRDx7IA1tlhGPDZQYg4GJ40Odq3R7eqZUL7jIP2gtKcL4K5b_vANkrTQVN6MJh_InUQFdLr_6niWf0z1rVmCTOcKX10wdl36uKebLKvsLSOO52HABKZAk0LWRLJnX2mpcjcEOisHTvHB2cyIUav1ZVT5HTQtIo_Rh_KbxUL98w-NoZ0wX7K2F8dSFY8g/https%3A%2F%2Fgithub.com%2Ftejaslodaya%2Fcar-detection-yolo%2Fissues%2F3%3Femail_source%3Dnotifications%26email_token%3DANCS3FXB5GRKTTHKSHTTMNTRALTINA5CNFSM4I33OZX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKLI7GA%23issuecomment-580292504, or unsubscribehttps://secure-web.cisco.com/1fcveGJTvW0PdLfuynsSlJ9pHPVeQ7KH5vOkr8v7OAQV-7frxybChQjOsO7i63_RbL1mfSSvrvma9qAbCWPkznQB_-7oGuwx2wqtoLLkgKC0FEinfUskwM_MnXFQ_8BlzSqi2F_B4Kval-n7wN0sedVuowM94H0pvQfE8_gSLYZ2_Yazaev0PDTLwHqA9l5NK2qJ6D7G1yHsROqPv1C7rZ1SAoEn-r8j1pZ_Puqu6IlBiiAk4voUSvflR6DUDdMycN3P7XZxuYNoD6Vsqer4NeEL7Yn61bP31KFv46c1qvb_xj5Wx2m2DUx8wKUuOtRND_NSD7uSroXUv1iFAyElenqTDt8rJfO3yYVNr4s-9-7WIZxjMHxHtw7DlDo15MHROIzKFivWy9p032G7dDa2OOHod5tYevqW6-FhaZsGwkVxKmkTKq4YWLtVkWQBxHAjdKUh_ZyWe2_xglTa2G5jBNguRpKA5_iSgAtoOwWm72JFeUrtfeySI7am-rHftfrwIeXVauILD8ErMHxh9U9etbQ/https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FANCS3FXHOHFNPIPMZMAWW6LRALTINANCNFSM4I33OZXQ.

This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message and any disclosure, copying, or distribution of this message, or the taking of any action based on it, by you is strictly prohibited.

Deloitte refers to a Deloitte member firm, one of its related entities, or Deloitte Touche Tohmatsu Limited ("DTTL"). Each Deloitte member firm is a separate legal entity and a member of DTTL. DTTL does not provide services to clients. Please see www.deloitte.com/about to learn more.

v.E.1

geleshdeloitte avatar Jan 30 '20 15:01 geleshdeloitte

Hi @gittygupta ,

You should've read the entire README.md. I've specifically highlighted the same in NOTE section with relevant links to download the utility files.

I haven't included those files because they're not mine. Link to notes: https://github.com/tejaslodaya/car-detection-yolo#note

tejaslodaya avatar Feb 03 '20 10:02 tejaslodaya

To add to this, repository is no longer maintained, considering it is 3 years old

tejaslodaya avatar Feb 03 '20 10:02 tejaslodaya

@tejaslodaya thank you so much! I've got it figured.

gittygupta avatar Feb 08 '20 05:02 gittygupta

any one fixed the issue ?

hamdii02 avatar Feb 14 '20 16:02 hamdii02

@gittygupta did you download the files from there?

tejaslodaya avatar Feb 15 '20 17:02 tejaslodaya

@tejaslodaya thank you so much! I've got it figured.

Stuck with the same problem. What am I doing wrong?

AdityaLoth avatar May 15 '20 14:05 AdityaLoth