manadopeee

Results 5 issues of manadopeee

## detail | 详细描述 | 詳細な説明 this is my code. void NanoDet::detect_pose_cls(std::vector &points) { ncnn::Mat in_keypoints = ncnn::Mat ???; ncnn::Extractor ex_cla = poseCla.create_extractor(); // ex_cla.set_light_mode(true); // ex_cla.set_num_threads(4); ex_cla.input("input", in_keypoints); //...

Using pip 23.2 from /opt/conda/lib/python3.10/site-packages/pip (python 3.10) Obtaining file:///workspace/vedadet Running command python setup.py egg_info running egg_info creating /tmp/pip-pip-egg-info-9jvrglo0/vedadet.egg-info writing /tmp/pip-pip-egg-info-9jvrglo0/vedadet.egg-info/PKG-INFO writing dependency_links to /tmp/pip-pip-egg-info-9jvrglo0/vedadet.egg-info/dependency_links.txt writing requirements to /tmp/pip-pip-egg-info-9jvrglo0/vedadet.egg-info/requires.txt writing top-level...

``` # Import SixDRepNet from sixdrepnet import SixDRepNet import cv2 # Create model # Weights are automatically downloaded model = SixDRepNet() img = cv2.imread('/path/to/image.jpg') pitch, yaw, roll = model.predict(img) model.draw_axis(img,...

image = cv2.imread(img_path) landmarks, bboxes = torchlm.runtime.forward(image) >> batches Is there a way to infer in batches using an image list or data loader instead of inferring with a single...

If you set TEST_QUALITY_ENHANCEMENT = True, CUDA out of memory will occur without fail. i'm using NVIDIA GeForce RTX 3060, memory is 12gb Is there a way to set it...