I took a face recognition lecture using opencv and I followed it, but I get an error import cv2 model = 'data/res10_300x300_ssd_iter_140000.caffemodel' config
How do I create an ADL model with lots of columns in R when I don't have to write each variable in the formula (similar to dot notation in regular OLS)? For exa
''Couldn't reach way point 61 due to search timeout'' I am passing 66 waypoints (all in one city) with ;sort to get optimized route. But 6 coordinates cause thi
I'm now working on a rating system. I'm trying to implement this system using the select tag. So, when the user select any rate they get redirected to other rou
I have a sub-folder on my server (let's say DOMAIN_FOLDER) and inside it I have a folder (SUBFOLDER) with my simple client - server app. Client sends some amoun
Im a bit confused on how golangs sql package reads large datasets into memory. In this previous stackoverflow question - How to set fetch size in golang?, there
How do I print an integer with commas as thousands separators? 1234567 ⟶ 1,234,567 It does not need to be locale-specific to decide between periods
I have following schema type Community @model @auth(rules: [{ allow: owner }, { allow: groups, groups: ["AdminRoot"] }]) { id: ID! name: String users:
I want to enumerate each record of a dataframe/tibble resulted from a grouping. The index is according a defined order. If I use row_number() it does enumerate