hf2vad icon indicating copy to clipboard operation
hf2vad copied to clipboard

Results 15 hf2vad issues
Sort by recently updated
recently updated
newest added

Hello, I am running Python extract_ bboxes. py --proj_ root= --dataset_ In the code name=ped2 --mode=train, I found that the length of the dataset I got was 0. Why there...

Hi, thanks for presenting your great work. I have a problem while reproducing the results on ped2 dataset, the AUC never reached 99% as mentioned in the paper. I got...

Hello, author, your work is very good and meaningful. Can you give the visualization related code in the visualization process, such as the visual comparison between reconstruction and prediction, such...

I use the same original dataset ped2, produce the flow, and the pretrained model, but both `eval.py` and `ml_memAE_sc_eval.py` output AUC=0.5, I'm confused. I debug the code, saw that a...

During data preprocessing, an error occurred while executing the 'install_custom_layers.sh' file. What is the version of cuda and gcc you are using?

I strictly follow install.md is installed, but it always reports similar errors: ImportError: libtorch_cuda_cu.so: cannot open shared object file, or: File "../pre_process/flownet_networks/correlation_package/correlation.py", line 4, in import correlation_cuda ModuleNotFoundError: No module...

您好,我安装reamme.md的内容,执行了data preprocessing部分,但是我在运行extract_bboxes.py的时候报错了。请问一下这个问题咋解决,或者您可以把pre_process执行完之后生成的文件打包给我吗?谢谢大佬! C:\ProgramData\Anaconda3\envs\pytorch\lib\site-packages\mmdet\models\builder.py:51: UserWarning: train_cfg and test_cfg is deprecated, please specify them in model warnings.warn( load checkpoint from local path: assets/cascade_rcnn_r101_fpn_1x_coco_20200317-0b6a2fbf.pth 0%| | 0/2550 [00:04

Hello, thank you very much for opening up the source code. When reading your paper recently, I found that your method can detect whether a single picture is abnormal. But...

Hi, Thank you for your contribution and for providing the code! Unfortunately I am not able to reproduce the results with the model pretrained on the ShanghaiTech dataset. I have...