oconnor127

Results 11 comments of oconnor127

Is it possible to use your code in c++? If yes, could you provide 2-3 lines of code how to use it?

to show the image with the overlayed regions, try something like: ` from skimage.segmentation import mark_boundaries from PIL import Image import matplotlib.pyplot as plt fig = plt.figure() ax = fig.add_subplot(1,...

I am want pylint to ONLY fail on errors/fatals, but STILL print/output the warnings. No command (such as --exit-zero & --fail-on=F,E) worked so far (see [SO](https://stackoverflow.com/questions/73988227/pylint-precommit-only-fail-on-specific-categories-errors-fatals-while-still) ). According to @Pierre-Sassoulas...

Thanks, but I would like to use as little packages as necessary. Will pylint fix this issue?

Had the same issue. What helped for me was to execute this command in my IDE (Pycharm) instead of the terminal.

How did you get access to the gray depth image? I also want to access them, but didnt find a way yet. To colorize it there would be a way...

Same problem here. Cant show hparams of generated in different sessions all together in tensorboard.

@abhishekmonogram I also want to fine-tune the model on a custom dataset. How did you do that?

If you are using the zoedepth model, it can be changed in the corresponding file in this directory Depth-Anything/metric_depth/zoedepth/models/zoedepth e.g. config_zoedepth.json and in there you can find the attribute bs...