detecting-the-unexpected icon indicating copy to clipboard operation
detecting-the-unexpected copied to clipboard

Detecting the Unexpected via Image Resynthesis

Results 8 detecting-the-unexpected issues
Sort by recently updated
recently updated
newest added

I have a question, why not use object detection to achieve this goal?

I saw this experiment could training by the generated data. But is it possible to use these data to detect the discrepancy result? Thanks

In the detection of unknown items, the detection results are shown in the figure below. Is the bucket not detected because the dataset is different? If I use my data...

Hi @adynathos , Really impressive work! :) I get the following error in pipeline.py when I execute Exec_evaluations.ipynb: "AttributeError: module 'torch.utils.data' has no attribute 'get_worker_info'" I use Windows 10 OS...

when I tried to run the demo, I'm getting the following error ``` > [Traceback (most recent call last): > File "", line 1, in > File "", line 1,...

Hi @adynathos , Thanks for sharing your work. I have a doubt. Kindly help resolving. I am able to run your pipeline via notebook but when i try to run...

Hi @adynathos , I would like to know what the variable CTC_ROI is, from src/a05_differences/experiments.py As far as I searched, I cannot see it being declared anywhere.

I find some dataloaders in this code and I wonder have you ever done some experiments on these datasets? Like NYUDv2? Is your method still work on these datasets? Thanks...