redfish
redfish
ldconfig
# -DPython_EXECUTABLE for build pip wheel cmake -B build -DPython_EXECUTABLE=/usr/local/bin/python3.6
Does it support per-camera metadata now?
Hi @bowenc0221 , Can you please give me some ideas about how to process the different size ROI? Thz
> Hi @hongdayu , > > ROIs are first cropped on the original image and resized to 224x224. You may find [this code](https://github.com/bowenc0221/Decoupled-Classification-Refinement/blob/dcr_v1/dcr_v1/core/rcnn.py#L450-L460) helpful. Thank you !!!