ManTraNet-pytorch icon indicating copy to clipboard operation
ManTraNet-pytorch copied to clipboard

Implementation of the famous Image Manipulation\Forgery Detector "ManTraNet" in Pytorch

Results 3 ManTraNet-pytorch issues
Sort by recently updated
recently updated
newest added

Hi! I would like to ask if the parameters of the pre-trained model you provided were converted from the original author's tensorflow version? Then can you provide the relevant training...

Exporting model in ONNX format following [the process described in PyTorch's documentation](https://pytorch.org/tutorials/advanced/super_resolution_with_onnxruntime.html) fails. Below I attach returned error message: ``` /home/dkarageo/development/ManTraNet-pytorch/venv/lib/python3.9/site-packages/torch/cuda/__init__.py:82: UserWarning: CUDA initialization: Unexpected error from cudaGetDeviceCount(). Did you...

![image](https://user-images.githubusercontent.com/60381409/215236395-7d63097f-d043-4d95-9058-3218ac8bae6c.png) ![image](https://user-images.githubusercontent.com/60381409/215236487-d537d9ac-0359-44e1-aeff-5d64de464726.png) I am very grateful to the author for the pytorch version code. During my training, I found that the network output will become nan. Has the author encountered...