Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~223 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Michael_Levin

Hello! Is there any method to find out whose machine is handling the file in the network? Using python :) Especially if you haven't administrator's rights (but this is not very important). I don't want to unlock the file, as many programms like Unlocker suggest, only the machine's name :)

0
42
Member Avatar for Michael_Levin

hello! can you please help me with fast numpy transform. i have qimage (argb32) converted to numpy, so it's now an array of shape (128,128,4). and i want the fastest way to convert it to grayscale - the formula is (pseudocode): [CODE]lerp(PIX, dot(PIX, (0.299, 0.587, 0.114)), alpha)[/CODE] where PIX - …

Member Avatar for TrustyTony
0
181