We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed541c commit afdd708Copy full SHA for afdd708
preprocessors/depth-map-gen/depth-map-generator.py
@@ -225,7 +225,8 @@ def health():
225
@app.route("/warmup", methods=["GET"])
226
def warmup():
227
try:
228
- logging.pii("[WARMUP] Initializing RelDepthModel with resnext101 backbone and loading weights from /app/res101.pth")
+ logging.pii("[WARMUP] Initializing RelDepthModel with resnext101 \
229
+ and loading weights from /app/res101.pth")
230
model = RelDepthModel(backbone='resnext101').eval().cuda()
231
model.load_state_dict(
232
strip_prefix_if_present(
0 commit comments