Neuron Reconstruction Error Detection Dataset.
The code is to detect the neuron reconstruction error and repair it.
The code is written in Python 3.8, you can install the required packages by running the following command:
pip install -r requirements.txt
The data is stored in the data folder, and the data format is .7z. Please unzip the data and place it in the data\error_detect_data folder and the data\link_pred_data folder.
You can run the code in check_reconstruction.py to check the reconstruction error and repair it.
You can run the code in train to train the model.