Closed wyclearnpy closed 2 months ago
Okay, the file has been downloaded. How do I install it? Should I choose the win64.exe file? But my computer is not responding. How do I choose another path?Is there a detailed installation process?
The issue is the location of your images:
[ WARN:0@130.958] global D:\a\opencv-python\opencv-python\opencv\modules\imgcodecs\src\loadsave.cpp (239) cv::findDecoder imread_('C:/Users/wyc/Desktop/鏉愭枡/dlc_own/2cam_fish-wyc-2024-04-18/labeled-data/1_camA\img005.png'): can't open/read file: check file path/integrity
You have non ASCII characters in your filepath. You should rename "鏉愭枡" to something with ASCII characters to prevent issues across various software.
Then you can try reading your image path with something like
img = cv2.imread('<path/to/image/with/ASCII/characters/only>')
Sorry I am a bit confused about your second question. What are you trying to install?
The second problem is that I received a reply before that I needed to download a repair tool, but it seems to have been deleted now. Thanks for your reply, I think I know what's wrong.
Hi @wyclearnpy,
I can see the deleted thread in my email. You should not have to install anything besides our recommended installation methods for SLEAP, which does not include a windows installer. Please do not click on the link that was shared. It was not from our team and it was likely deleted from GitHub because it is a phishing scam.
If you have clicked the link, you should delete the downloaded file, backup your important files and wipe your computer. You should also change your passwords. Sorry for the inconvenience.
Best of luck,
Elizabeth
Yes, these attacks seem to be common, so we should definitely warn our users to be careful and/or consider implementing a bot that auto-responds to new issues/discussions with a warning to take everything with scrutiny - even more so if the poster is not a Maintainer/Moderator. Github is flooded with social engineering attacks and nothing can be done about it? #136836
Closing this issues as completed since the user has stated
Thanks for your reply, I think I know what's wrong.
but, if this is still a problem, feel free to comment below and we will reopen the issue.
Thanks, Liezl
When I imported the DEEPLABCUT data set, the following error occurred. This did not happen before, and it still does not work after reinstalling. Terminal print information: