-
Hello!
I am trying to run sapiens lite, using the 1B model with 308 checkpoints. Without bounding box detection, the script runs but I don't get satisfactory results, so I downloaded 'rtmdet_m_8xb32…
-
Hi, can demo code generate face from an image set? Thanks
-
you provide coco test command
```
python tools/test.py \
--cfg experiments/coco/hrnet/w32_256x192_adam_lr1e-3.yaml \
TEST.MODEL_FILE models/pytorch/pose_coco/pose_hrnet_w32_256x192.pth \
…
-
### What do you want implemented?
Is it possible to zoom out by two fingers tap like Google Maps or Apple Maps?
### What other alternatives are available?
_No response_
### Can you provide any oth…
-
## ❔Question
1.) Im quite stuck on the exact format required for the data set as I have been getting this error: "AssertionError: train: No labels in coco_kpts/train2017.cache. Can not train without…
-
After I set up the environment, I run this command
**roslaunch darknet_ros darknet_ros.launch**
However, I met errors.
![image](https://user-images.githubusercontent.com/67538561/145107865-18…
-
Hi. I usually work with 25 fps video sources.
But maybe with heavy detectors like YOLO or OpenCV Dnn I could not achieve 25 FPS of detection time. But I want the Kalman Tracker to follow this 25 FPS.…
-
### Description
The automation is set up to only notify if a person is within the front yard/driveway area. The street beyond the yard is masked off as I don't want notifications when someone walks…
-
Hello,
In the code, I noticed that 250 is used as a threshold to classify people as being too close ("red"). However, this is a distance in pixels, not meters. How was it determined then?
Also, …
-
```
$ python3 -m metadrive.examples.drive_in_real_env --waymo
Keyboard Shortcuts:
W: Acceleration
S: Braking
A: Moving Left
D: Moving Right
R: Reset the Environment
H: Help Message…