Zach Xavier

Results 5 comments of Zach Xavier

I used the weights provided by the author and encountered the same problem. Obviously, this method has a high false positive rate.

Thank you for your interest in our project. Our code has been released.

Yes, it's already been open-sourced. After you downloaded the datasets and ckpts, run command: ``` bash run_scripts/test.sh ```

The error might be caused by incorrect data path configurations or improper dataset organization. To resolve this, please verify that: 1. Your data directory structure aligns with the BEAT2. 2....