I have trained centerpoint net based model with 100 training samples, i have got around 65% accuracy but when i increased from 100 to 150 training samples, the accuracy went down to 50%. I have verified all the training samples using tools/misc/browse_dataset.py, they are all looks correct. I am wondering what else could be the reason?
Prerequisite
Task
I'm using the official example scripts/configs for the officially supported tasks/models/datasets.
Branch
main branch https://github.com/open-mmlab/mmdetection3d
Environment
sys.platform: linux Python: 3.7.10 (default, Feb 26 2021, 18:47:35) [GCC 7.3.0] CUDA available: True MUSA available: False numpy_random_seed: 2147483648 GPU 0: NVIDIA GeForce RTX 3090 Ti CUDA_HOME: /usr/local/cuda NVCC: Cuda compilation tools, release 11.1, V11.1.105 GCC: gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 PyTorch: 1.9.0 PyTorch compiling details: PyTorch built with:
TorchVision: 0.10.0 OpenCV: 4.9.0 MMEngine: 0.10.3 MMDetection: 3.3.0 MMDetection3D: 1.4.0+ spconv2.0: False
Reproduces the problem - code sample
I have trained centerpoint net based model with 100 training samples, i have got around 65% accuracy but when i increased from 100 to 150 training samples, the accuracy went down to 50%. I have verified all the training samples using tools/misc/browse_dataset.py, they are all looks correct. I am wondering what else could be the reason?
Reproduces the problem - command or script
python tools/train.py projects/AutowareCenterPoint/configs/centerpoint_marine_autoware_compatible.py
Reproduces the problem - error message
Accuracy should be improved with higher no.of training samples.
Additional information
No response